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

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: 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.cc
diff --git a/extensions/common/matcher/url_matcher_constants.cc b/extensions/common/matcher/url_matcher_constants.cc
index 4ae1347a73d48e55ebcd4dab4ee0fc1f6512d7ba..ef77caa30db55e9eeaf8de51f144f360bb129660 100644
--- a/extensions/common/matcher/url_matcher_constants.cc
+++ b/extensions/common/matcher/url_matcher_constants.cc
@@ -28,6 +28,7 @@ const char kURLEqualsKey[] = "urlEquals";
const char kURLMatchesKey[] = "urlMatches";
const char kURLPrefixKey[] = "urlPrefix";
const char kURLSuffixKey[] = "urlSuffix";
+const char kStrippedURLMatchesKey[] = "strippedUrlMatches";
} // namespace url_matcher_constants
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698