| 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 59fe6f44605e09056293c72547d82ee851344741..47f29d9215f79a7a384aaa752af7f5aadcaf48fe 100644
|
| --- a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
| @@ -66,7 +66,8 @@ class ContentRulesRegistry : public RulesRegistryWithCache,
|
| // registry with storage functionality suspended.
|
| ContentRulesRegistry(
|
| Profile* profile,
|
| - scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
|
| + scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part,
|
| + const WebViewKey& webview_key);
|
|
|
| // Applies all content rules given an update (CSS match change or
|
| // page navigation, for now) from the renderer.
|
|
|