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

Unified Diff: extensions/common/matcher/url_matcher_constants.cc

Issue 13699007: Provide a mechanism to the decl. WebRequest API to match URLs without the query against a RegEx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 7 years, 8 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 | « extensions/common/matcher/url_matcher_constants.h ('k') | extensions/common/matcher/url_matcher_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/matcher/url_matcher_constants.cc
diff --git a/extensions/common/matcher/url_matcher_constants.cc b/extensions/common/matcher/url_matcher_constants.cc
index 4ae1347a73d48e55ebcd4dab4ee0fc1f6512d7ba..5b23dea09ae433c85966f34866b7f59cb5a68934 100644
--- a/extensions/common/matcher/url_matcher_constants.cc
+++ b/extensions/common/matcher/url_matcher_constants.cc
@@ -15,6 +15,7 @@ const char kHostEqualsKey[] = "hostEquals";
const char kHostPrefixKey[] = "hostPrefix";
const char kHostSuffixKey[] = "hostSuffix";
const char kHostSuffixPathPrefixKey[] = "hostSuffixPathPrefix";
+const char kOriginAndPathMatchesKey[] = "originAndPathMatches";
const char kPathContainsKey[] = "pathContains";
const char kPathEqualsKey[] = "pathEquals";
const char kPathPrefixKey[] = "pathPrefix";
« no previous file with comments | « extensions/common/matcher/url_matcher_constants.h ('k') | extensions/common/matcher/url_matcher_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698