Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: chrome/browser/extensions/api/declarative/test_rules_registry.cc

Issue 10560013: Persist declarative rules to the extension state store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RegisterKey Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 660e8b6ecab3eeea668cdbe6837cbe1fc28eb090..71e023456ad449836c812214e450ccc3f6edb373 100644
--- a/chrome/browser/extensions/api/declarative/test_rules_registry.cc
+++ b/chrome/browser/extensions/api/declarative/test_rules_registry.cc
@@ -7,7 +7,8 @@
namespace extensions {
TestRulesRegistry::TestRulesRegistry()
- : owner_thread_(content::BrowserThread::UI) {}
+ : RulesRegistryWithCache(NULL),
+ owner_thread_(content::BrowserThread::UI) {}
void TestRulesRegistry::SetOwnerThread(
content::BrowserThread::ID owner_thread) {

Powered by Google App Engine
This is Rietveld 408576698