| Index: chrome/common/extensions/matcher/url_matcher_factory.cc
 | 
| diff --git a/chrome/common/extensions/matcher/url_matcher_factory.cc b/chrome/common/extensions/matcher/url_matcher_factory.cc
 | 
| index 3abd837360e6aaed9e9ee30252ffe274e5a25221..c0932c94e28a3baacb2cb959eee56eb542133534 100644
 | 
| --- a/chrome/common/extensions/matcher/url_matcher_factory.cc
 | 
| +++ b/chrome/common/extensions/matcher/url_matcher_factory.cc
 | 
| @@ -48,6 +48,7 @@ class URLMatcherConditionFactoryMethods {
 | 
|      factory_methods_[keys::kURLEqualsKey] = &F::CreateURLEqualsCondition;
 | 
|      factory_methods_[keys::kURLPrefixKey] = &F::CreateURLPrefixCondition;
 | 
|      factory_methods_[keys::kURLSuffixKey] = &F::CreateURLSuffixCondition;
 | 
| +    factory_methods_[keys::kURLMatchesKey] = &F::CreateURLMatchesCondition;
 | 
|    }
 | 
|  
 | 
|    // Returns whether a factory method for the specified |pattern_type| (e.g.
 | 
| 
 |