| 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 f6284257476bb256d048d218f80f5e26e4104652..54a75dbf26b97cb9e7354dd4be557a5c553651b1 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -77,7 +77,8 @@ class WebRequestRulesRegistry : public RulesRegistryWithCache {
|
| // registry with storage functionality suspended.
|
| WebRequestRulesRegistry(
|
| Profile* profile,
|
| - scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
|
| + scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part,
|
| + const WebViewKey& webview_key);
|
|
|
| // TODO(battre): This will become an implementation detail, because we need
|
| // a way to also execute the actions of the rules.
|
|
|