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

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

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.h
diff --git a/chrome/common/extensions/matcher/url_matcher_constants.h b/chrome/common/extensions/matcher/url_matcher_constants.h
index 17aebe749fdc75bdc2d6d8b1e92b82fb0f0ef6e7..59d0498bbd5cd066aaf9bed067f642af3776b5bf 100644
--- a/chrome/common/extensions/matcher/url_matcher_constants.h
+++ b/chrome/common/extensions/matcher/url_matcher_constants.h
@@ -28,6 +28,7 @@ extern const char kQueryPrefixKey[];
extern const char kQuerySuffixKey[];
extern const char kURLContainsKey[];
extern const char kURLEqualsKey[];
+extern const char kURLMatchesKey[];
extern const char kURLPrefixKey[];
extern const char kURLSuffixKey[];
« no previous file with comments | « chrome/common/extensions/matcher/url_matcher.cc ('k') | chrome/common/extensions/matcher/url_matcher_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698