Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: chrome/common/extensions/url_pattern_unittest.cc

Issue 165366: Merge 22260 - When a content script has a match pattern of http://*/*, we... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/url_pattern.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/url_pattern_unittest.cc
===================================================================
--- chrome/common/extensions/url_pattern_unittest.cc (revision 23142)
+++ chrome/common/extensions/url_pattern_unittest.cc (working copy)
@@ -37,6 +37,7 @@
EXPECT_TRUE(pattern.MatchesUrl(GURL("http://yahoo.com")));
EXPECT_TRUE(pattern.MatchesUrl(GURL("http://google.com/foo")));
EXPECT_FALSE(pattern.MatchesUrl(GURL("https://google.com")));
+ EXPECT_TRUE(pattern.MatchesUrl(GURL("http://74.125.127.100/search")));
}
// all domains
Property changes on: chrome\common\extensions\url_pattern_unittest.cc
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/chrome/common/extensions/url_pattern_unittest.cc:r22260
Merged /branches/chrome_webkit_merge_branch/chrome/common/extensions/url_pattern_unittest.cc:r69-2775
« no previous file with comments | « chrome/common/extensions/url_pattern.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698