| 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..b196ddf3b25ca0c42f2c96bcb5644e019141e1d7 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,
|
| + false /* don't sync pref */);
|
|
|
| MostVisitedHandler::RegisterUserPrefs(prefs);
|
| ShownSectionsHandler::RegisterUserPrefs(prefs);
|
|
|