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

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: 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
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..aad812b8d8347ca2d995aa5809611b1a7e489ed6 100644
--- a/extensions/common/matcher/url_matcher_constants.h
+++ b/extensions/common/matcher/url_matcher_constants.h
@@ -31,6 +31,7 @@ extern const char kURLEqualsKey[];
extern const char kURLMatchesKey[];
extern const char kURLPrefixKey[];
extern const char kURLSuffixKey[];
+extern const char kStrippedURLMatchesKey[];
Yoyo Zhou 2013/04/08 18:20:43 nit: alphabetize
battre 2013/04/09 12:22:23 Done.
} // namespace url_matcher_constants
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698