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

Unified Diff: chrome/browser/prefs/chrome_pref_service_factory.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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/prefs/chrome_pref_service_factory.h
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
index 476ad64822a2f37ce006af68a280ac57446ba354..83779fb2c07124735669f4aa71d1dc4b3a6f425c 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -17,6 +17,7 @@ class PolicyService;
class FilePath;
class PrefRegistry;
+class PrefRegistrySyncable;
class PrefService;
class PrefServiceSyncable;
class PrefStore;
@@ -51,6 +52,7 @@ PrefServiceSyncable* CreateProfilePrefs(
base::SequencedTaskRunner* pref_io_task_runner,
policy::PolicyService* policy_service,
const scoped_refptr<PrefStore>& extension_prefs,
+ const scoped_refptr<PrefRegistrySyncable>& pref_registry,
bool async);
} // namespace chrome_prefs
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_factory.cc » ('j') | chrome/browser/prefs/pref_registry_syncable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698