| Index: chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| index 9746a9b7d7f5ece1825898a539dfdf264d9d5444..41569f0995e323fd4a091df9fb1b60f5fb966f52 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -126,7 +126,8 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| RulesMap;
|
|
|
| // Map that tells us which WebRequestRule may match under the condition that
|
| - // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
|
| + // the URLMatcherConditionSet::ID was returned by the |url_matcher_| or
|
| + // |first_party_url_matcher_|.
|
| RuleTriggers rule_triggers_;
|
|
|
| // These rules contain condition sets with conditions without URL attributes.
|
| @@ -137,6 +138,7 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| RulesMap webrequest_rules_;
|
|
|
| URLMatcher url_matcher_;
|
| + URLMatcher first_party_url_matcher_;
|
|
|
| scoped_refptr<ExtensionInfoMap> extension_info_map_;
|
| };
|
|
|