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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 10829019: [sync] Refactor how default sync datatypes are set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_components_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index d7f1634e5580b2d523638019285b7172571101bb..668aa2754fc53da23cab33a1d4fe052e53eba050 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -239,13 +239,14 @@ void RegisterUserPrefs(PrefService* user_prefs) {
ash::RegisterChromeLauncherUserPrefs(user_prefs);
#endif
+ extensions::ExtensionPrefs::RegisterUserPrefs(user_prefs);
akalin 2012/08/07 00:49:05 out of curiosity, where exactly is this needed? i
nilesh 2012/08/07 16:42:16 extensions::ExtensionSystem::Get() causes Extensio
nilesh 2012/08/07 17:10:43 Tommy, please move this up with the default ones.
+
#if !defined(OS_ANDROID)
AppsPromo::RegisterUserPrefs(user_prefs);
CaptureVisibleTabFunction::RegisterUserPrefs(user_prefs);
ChromeToMobileService::RegisterUserPrefs(user_prefs);
extensions::CommandService::RegisterUserPrefs(user_prefs);
extensions::ComponentLoader::RegisterUserPrefs(user_prefs);
- extensions::ExtensionPrefs::RegisterUserPrefs(user_prefs);
ExtensionSettingsHandler::RegisterUserPrefs(user_prefs);
RegisterBrowserUserPrefs(user_prefs);
RegisterAutolaunchPrefs(user_prefs);
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_components_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698