Commit 09a6225e authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Add missing comma in GetSomeChromeUnfriendlyRules()

Bug: 1114873
Change-Id: Ie2a30e03680172546052c00b83e8f10bf1be0dce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346974
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796901}
parent c72113cc
...@@ -46,7 +46,7 @@ std::vector<std::string> GetSomeRules() { ...@@ -46,7 +46,7 @@ std::vector<std::string> GetSomeRules() {
std::vector<std::string> GetSomeChromeUnfriendlyRules() { std::vector<std::string> GetSomeChromeUnfriendlyRules() {
return std::vector<std::string>{ return std::vector<std::string>{
"/a[0-9].com/$image", "/a[0-9].com/$image",
"a.com$image,popup" "a.com$image,popup",
"a.com$popup", "a.com$popup",
"a.com$~image", "a.com$~image",
"a.com$~popup", "a.com$~popup",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment