| Index: trunk/src/chrome/browser/prefs/browser_prefs.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/prefs/browser_prefs.cc (revision 267099)
|
| +++ trunk/src/chrome/browser/prefs/browser_prefs.cc (working copy)
|
| @@ -127,6 +127,7 @@
|
| #if defined(OS_ANDROID)
|
| #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
|
| #include "chrome/browser/android/new_tab_page_prefs.h"
|
| +#include "chrome/browser/ui/webui/ntp/android/promo_handler.h"
|
| #else
|
| #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service.h"
|
| #include "chrome/browser/profile_resetter/automatic_profile_resetter_factory.h"
|
| @@ -359,7 +360,7 @@
|
| MediaStreamDevicesController::RegisterProfilePrefs(registry);
|
| NetPrefObserver::RegisterProfilePrefs(registry);
|
| NetworkTimeService::RegisterProfilePrefs(registry);
|
| -
|
| + NewTabUI::RegisterProfilePrefs(registry);
|
| password_manager::PasswordManager::RegisterProfilePrefs(registry);
|
| PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
|
| PrefsTabHelper::RegisterProfilePrefs(registry);
|
| @@ -408,6 +409,7 @@
|
| chrome_variations::VariationsService::RegisterProfilePrefs(registry);
|
| NewTabPagePrefs::RegisterProfilePrefs(registry);
|
| PartnerBookmarksShim::RegisterProfilePrefs(registry);
|
| + PromoHandler::RegisterProfilePrefs(registry);
|
| #else
|
| AppShortcutManager::RegisterProfilePrefs(registry);
|
| autofill::GeneratedCreditCardBubbleController::RegisterUserPrefs(registry);
|
| @@ -417,7 +419,6 @@
|
| extensions::ExtensionSettingsHandler::RegisterProfilePrefs(registry);
|
| extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry);
|
| first_run::RegisterProfilePrefs(registry);
|
| - NewTabUI::RegisterProfilePrefs(registry);
|
| notifier::ChromeNotifierService::RegisterProfilePrefs(registry);
|
| PepperFlashSettingsManager::RegisterProfilePrefs(registry);
|
| PinnedTabCodec::RegisterProfilePrefs(registry);
|
|
|