Index: extensions/common/matcher/url_matcher_factory.cc |
diff --git a/extensions/common/matcher/url_matcher_factory.cc b/extensions/common/matcher/url_matcher_factory.cc |
index cdd08bae0d09b7987f5933b8d6b64a25946bd610..f450cfe82480aee0b09c4162b5732d73a836aa72 100644 |
--- a/extensions/common/matcher/url_matcher_factory.cc |
+++ b/extensions/common/matcher/url_matcher_factory.cc |
@@ -57,6 +57,8 @@ class URLMatcherConditionFactoryMethods { |
factory_methods_[keys::kURLPrefixKey] = &F::CreateURLPrefixCondition; |
factory_methods_[keys::kURLSuffixKey] = &F::CreateURLSuffixCondition; |
factory_methods_[keys::kURLMatchesKey] = &F::CreateURLMatchesCondition; |
+ factory_methods_[keys::kStrippedURLMatchesKey] = |
+ &F::CreateStrippedURLMatchesCondition; |
} |
// Returns whether a factory method for the specified |pattern_type| (e.g. |