| 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 7c8f3b1681b0d11706d4a23c99fe216fd9042063..4f897d00e6f6caefc29fdb24ac90b4a52eb7349e 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
|
| @@ -76,7 +76,8 @@ class WebRequestRulesRegistry : public RulesRegistry {
|
| // |cache_delegate| can be NULL. In that case it constructs the registry with
|
| // storage functionality suspended.
|
| WebRequestRulesRegistry(Profile* profile,
|
| - RulesCacheDelegate* cache_delegate);
|
| + RulesCacheDelegate* cache_delegate,
|
| + 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.
|
|
|