| Index: chrome/browser/extensions/api/declarative/test_rules_registry.h
|
| diff --git a/chrome/browser/extensions/api/declarative/test_rules_registry.h b/chrome/browser/extensions/api/declarative/test_rules_registry.h
|
| index eaffc1706839047e53d65ffdf7c1bf06211a0f2f..6d8536ba0433464624ebd16f70974936c02d207a 100644
|
| --- a/chrome/browser/extensions/api/declarative/test_rules_registry.h
|
| +++ b/chrome/browser/extensions/api/declarative/test_rules_registry.h
|
| @@ -13,12 +13,14 @@ namespace extensions {
|
| class TestRulesRegistry : public RulesRegistry {
|
| public:
|
| TestRulesRegistry(content::BrowserThread::ID owner_thread,
|
| - const std::string& event_name);
|
| + const std::string& event_name,
|
| + const WebViewKey& webview_key);
|
| TestRulesRegistry(
|
| Profile* profile,
|
| const std::string& event_name,
|
| content::BrowserThread::ID owner_thread,
|
| - RulesCacheDelegate* cache_delegate);
|
| + RulesCacheDelegate* cache_delegate,
|
| + const WebViewKey& webview_key);
|
|
|
| // RulesRegistry implementation:
|
| virtual std::string AddRulesImpl(
|
|
|