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

Unified Diff: chrome/test/base/testing_pref_service.h

Issue 8568019: Introduce per-tab preferences service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed ProfileSyncServicePreferenceTest tests Created 9 years, 1 month 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/base/testing_pref_service.h
diff --git a/chrome/test/base/testing_pref_service.h b/chrome/test/base/testing_pref_service.h
index 7beabf6e3eb83eb12cdaebb5e442baa0f0167402..4430a2215f9caa68be0a15f3266326297cf61c62 100644
--- a/chrome/test/base/testing_pref_service.h
+++ b/chrome/test/base/testing_pref_service.h
@@ -9,6 +9,9 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/prefs/pref_service.h"
+class DefaultPrefStore;
+class PrefModelAssociator;
+class PrefNotifierImpl;
class TestingBrowserProcess;
class TestingPrefStore;
@@ -45,7 +48,10 @@ class TestingPrefServiceBase : public PrefService {
TestingPrefServiceBase(
TestingPrefStore* managed_platform_prefs,
TestingPrefStore* user_prefs,
- TestingPrefStore* recommended_platform_prefs);
+ TestingPrefStore* recommended_platform_prefs,
+ DefaultPrefStore* default_store,
+ PrefModelAssociator* pref_sync_associator,
+ PrefNotifierImpl* pref_notifier);
private:
// Reads the value of the preference indicated by |path| from |pref_store|.

Powered by Google App Engine
This is Rietveld 408576698