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

Unified Diff: components/url_matcher/url_matcher.h

Issue 219613002: Add support for matching query parameters in URLMatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Makes the changes backward compatible Created 6 years, 9 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 | « no previous file | components/url_matcher/url_matcher.cc » ('j') | components/url_matcher/url_matcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_matcher/url_matcher.h
diff --git a/components/url_matcher/url_matcher.h b/components/url_matcher/url_matcher.h
index 53c393a9d736ec69188071b023f47320d167a56f..603b1b8d22adda13e7c614e8992cc4f32119af01 100644
--- a/components/url_matcher/url_matcher.h
+++ b/components/url_matcher/url_matcher.h
@@ -144,6 +144,7 @@ class URL_MATCHER_EXPORT URLMatcherConditionFactory {
URLMatcherCondition CreateQueryPrefixCondition(const std::string& prefix);
URLMatcherCondition CreateQuerySuffixCondition(const std::string& suffix);
URLMatcherCondition CreateQueryContainsCondition(const std::string& str);
+ URLMatcherCondition CreateQueryContainsExactCondition(const std::string& str);
URLMatcherCondition CreateQueryEqualsCondition(const std::string& str);
// This covers the common case, where you don't care whether a domain
« no previous file with comments | « no previous file | components/url_matcher/url_matcher.cc » ('j') | components/url_matcher/url_matcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698