| Index: chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| index 38e8cc01d6c3eb7bb28524f85b49d6aaed5b9f04..25d4e9c0da6d9f7c3ae701346af8c8ddb9e35f7b 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| @@ -64,8 +64,7 @@ class ContentRulesRegistry : public RulesRegistry,
|
| public:
|
| // For testing, |ui_part| can be NULL. In that case it constructs the
|
| // registry with storage functionality suspended.
|
| - ContentRulesRegistry(Profile* profile,
|
| - scoped_ptr<RulesCacheDelegate>* ui_part);
|
| + explicit ContentRulesRegistry(Profile* profile);
|
|
|
| // Applies all content rules given an update (CSS match change or
|
| // page navigation, for now) from the renderer.
|
| @@ -121,8 +120,6 @@ class ContentRulesRegistry : public RulesRegistry,
|
| typedef std::map<ContentRule::GlobalRuleId, linked_ptr<ContentRule> >
|
| RulesMap;
|
|
|
| - Profile* const profile_;
|
| -
|
| // Map that tells us which ContentRules may match under the condition that
|
| // the URLMatcherConditionSet::ID was returned by the |url_matcher_|.
|
| URLMatcherIdToRule match_id_to_rule_;
|
|
|