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

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

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.cc ('k') | extensions/common/matcher/url_matcher_constants.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.h
diff --git a/extensions/common/matcher/url_matcher_constants.h b/extensions/common/matcher/url_matcher_constants.h
index aed5c6a8cfd1abaac5e21c780c4b3219ca8f8139..0618a521577fd1b1a61afd10e5d70e34decefaea 100644
--- a/extensions/common/matcher/url_matcher_constants.h
+++ b/extensions/common/matcher/url_matcher_constants.h
@@ -18,6 +18,7 @@ extern const char kHostEqualsKey[];
extern const char kHostPrefixKey[];
extern const char kHostSuffixKey[];
extern const char kHostSuffixPathPrefixKey[];
+extern const char kOriginAndPathMatchesKey[];
extern const char kPathContainsKey[];
extern const char kPathEqualsKey[];
extern const char kPathPrefixKey[];
« no previous file with comments | « extensions/common/matcher/url_matcher.cc ('k') | extensions/common/matcher/url_matcher_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698