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

Unified Diff: chrome/test/testing_pref_service.h

Issue 3323022: Create a DefaultPrefStore to hold registered application-default preference v... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/test/testing_pref_service.h
===================================================================
--- chrome/test/testing_pref_service.h (revision 59196)
+++ chrome/test/testing_pref_service.h (working copy)
@@ -22,7 +22,8 @@
PrefStore* extension_prefs,
PrefStore* command_line_prefs,
PrefStore* user_prefs,
- PrefStore* recommended_prefs);
+ PrefStore* recommended_prefs,
+ PrefStore* default_prefs);
};
// Create an empty instance.
@@ -59,6 +60,7 @@
// Pointers to the pref stores our value store uses.
PrefStore* managed_prefs_;
PrefStore* user_prefs_;
+ PrefStore* default_prefs_;
DISALLOW_COPY_AND_ASSIGN(TestingPrefService);
};

Powered by Google App Engine
This is Rietveld 408576698