| Index: chrome/browser/extensions/api/declarative/test_rules_registry.cc
|
| diff --git a/chrome/browser/extensions/api/declarative/test_rules_registry.cc b/chrome/browser/extensions/api/declarative/test_rules_registry.cc
|
| index 96858e302313ac87f1ced04ce3627534d0afbe17..b025a5a8ac1fc6674a73c660a55bbef2fd07da88 100644
|
| --- a/chrome/browser/extensions/api/declarative/test_rules_registry.cc
|
| +++ b/chrome/browser/extensions/api/declarative/test_rules_registry.cc
|
| @@ -12,9 +12,7 @@ TestRulesRegistry::TestRulesRegistry(content::BrowserThread::ID owner_thread,
|
| const std::string& event_name)
|
| : RulesRegistry(NULL /*profile*/,
|
| event_name,
|
| - owner_thread,
|
| - false /*log_storage_init_delay, this is ignored*/,
|
| - NULL /*ui_part*/) {}
|
| + owner_thread) {}
|
|
|
| TestRulesRegistry::TestRulesRegistry(
|
| Profile* profile,
|
| @@ -23,9 +21,7 @@ TestRulesRegistry::TestRulesRegistry(
|
| scoped_ptr<RulesCacheDelegate>* ui_part)
|
| : RulesRegistry(profile,
|
| event_name,
|
| - owner_thread,
|
| - false /*log_storage_init_delay*/,
|
| - ui_part) {}
|
| + owner_thread) {}
|
|
|
| std::string TestRulesRegistry::AddRulesImpl(
|
| const std::string& extension_id,
|
|
|