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

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

Issue 10910179: Event matching by regular expression matching on URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ascii artiste Created 8 years, 3 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: chrome/common/extensions/matcher/url_matcher_constants.cc
diff --git a/chrome/common/extensions/matcher/url_matcher_constants.cc b/chrome/common/extensions/matcher/url_matcher_constants.cc
index 4c83f6db66c8d5785473e1c372975789748d2ac6..a07cb1d6337379b7857a8aa05f98c27d41a097ce 100644
--- a/chrome/common/extensions/matcher/url_matcher_constants.cc
+++ b/chrome/common/extensions/matcher/url_matcher_constants.cc
@@ -25,6 +25,7 @@ const char kQueryPrefixKey[] = "queryPrefix";
const char kQuerySuffixKey[] = "querySuffix";
const char kURLContainsKey[] = "urlContains";
const char kURLEqualsKey[] = "urlEquals";
+const char kURLMatchesKey[] = "urlMatches";
const char kURLPrefixKey[] = "urlPrefix";
const char kURLSuffixKey[] = "urlSuffix";
« no previous file with comments | « chrome/common/extensions/matcher/url_matcher_constants.h ('k') | chrome/common/extensions/matcher/url_matcher_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698