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 |