| Index: chrome/browser/prefs/browser_prefs.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/browser_prefs.cc (revision 263850)
|
| +++ chrome/browser/prefs/browser_prefs.cc (working copy)
|
| @@ -73,9 +73,9 @@
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/signin/signin_promo.h"
|
| #include "chrome/browser/task_manager/task_manager.h"
|
| +#include "chrome/browser/ui/alternate_error_tab_observer.h"
|
| #include "chrome/browser/ui/app_list/app_list_service.h"
|
| #include "chrome/browser/ui/browser_ui_prefs.h"
|
| -#include "chrome/browser/ui/navigation_correction_tab_observer.h"
|
| #include "chrome/browser/ui/network_profile_bubble.h"
|
| #include "chrome/browser/ui/prefs/prefs_tab_helper.h"
|
| #include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
|
| @@ -338,6 +338,7 @@
|
| void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| TRACE_EVENT0("browser", "chrome::RegisterUserPrefs");
|
| // User prefs. Please keep this list alphabetized.
|
| + AlternateErrorPageTabObserver::RegisterProfilePrefs(registry);
|
| apps::RegisterProfilePrefs(registry);
|
| autofill::AutofillManager::RegisterProfilePrefs(registry);
|
| BookmarkPromptPrefs::RegisterProfilePrefs(registry);
|
| @@ -357,7 +358,6 @@
|
| HostContentSettingsMap::RegisterProfilePrefs(registry);
|
| IncognitoModePrefs::RegisterProfilePrefs(registry);
|
| InstantUI::RegisterProfilePrefs(registry);
|
| - NavigationCorrectionTabObserver::RegisterProfilePrefs(registry);
|
| MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry);
|
| MediaDeviceIDSalt::RegisterProfilePrefs(registry);
|
| MediaStreamDevicesController::RegisterProfilePrefs(registry);
|
|
|