Home
last modified time | relevance | path

Searched refs:old_pref_version (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dnew_tab_ui.cc446 const int old_pref_version = prefs->GetInteger(prefs::kNTPPrefVersion); in UpdateUserPrefsVersion() local
447 if (old_pref_version != current_pref_version()) { in UpdateUserPrefsVersion()
448 MigrateUserPrefs(prefs, old_pref_version, current_pref_version()); in UpdateUserPrefsVersion()
456 void NewTabUI::MigrateUserPrefs(PrefService* prefs, int old_pref_version, in MigrateUserPrefs() argument
458 ShownSectionsHandler::MigrateUserPrefs(prefs, old_pref_version, in MigrateUserPrefs()
Dshown_sections_handler.cc118 int old_pref_version, in MigrateUserPrefs() argument
129 if (old_pref_version < 3) { in MigrateUserPrefs()
Dshown_sections_handler.h66 int old_pref_version,
Dnew_tab_ui.h37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,