Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index ba1b8d01d2c24fb298773f1b24cce9258a6d0351..14314374b8cc507505cdc19fa3f3d032d88983ec 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -461,7 +461,9 @@ void NewTabUI::InitializeCSSCaches() { |
// static |
void NewTabUI::RegisterUserPrefs(PrefService* prefs) { |
- prefs->RegisterIntegerPref(prefs::kNTPPrefVersion, 0); |
+ prefs->RegisterIntegerPref(prefs::kNTPPrefVersion, |
+ 0, |
+ PrefService::UNSYNCABLE_PREF); |
MostVisitedHandler::RegisterUserPrefs(prefs); |
ShownSectionsHandler::RegisterUserPrefs(prefs); |