Index: chrome/browser/prefs/browser_prefs.cc |
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc |
index e671e318abf23fba74aadb1e1801a258560868b7..9953c498c27bc5a164559d0c6b5a55e2b74ecf99 100644 |
--- a/chrome/browser/prefs/browser_prefs.cc |
+++ b/chrome/browser/prefs/browser_prefs.cc |
@@ -69,7 +69,7 @@ |
#include "chrome/browser/task_manager/task_manager.h" |
#include "chrome/browser/translate/translate_prefs.h" |
#include "chrome/browser/ui/alternate_error_tab_observer.h" |
-#include "chrome/browser/ui/app_list/app_list_util.h" |
+#include "chrome/browser/ui/app_list/app_list_service.h" |
#include "chrome/browser/ui/autofill/autofill_dialog_controller_impl.h" |
#include "chrome/browser/ui/browser_instant_controller.h" |
#include "chrome/browser/ui/browser_ui_prefs.h" |
@@ -173,6 +173,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) { |
registry->RegisterIntegerPref(prefs::kMultipleProfilePrefMigration, 0); |
// Please keep this list alphabetized. |
+ AppListService::RegisterPrefs(registry); |
apps::RegisterPrefs(registry); |
browser_shutdown::RegisterPrefs(registry); |
BrowserProcessImpl::RegisterPrefs(registry); |
@@ -251,10 +252,6 @@ void RegisterLocalState(PrefRegistrySimple* registry) { |
#if defined(OS_MACOSX) |
confirm_quit::RegisterLocalState(registry); |
#endif |
- |
-#if defined(ENABLE_SETTINGS_APP) |
- chrome::RegisterAppListPrefs(registry); |
-#endif |
} |
void RegisterUserPrefs(PrefService* user_prefs, |