Searched refs:old_pref_version (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ui/webui/ |
D | new_tab_ui.cc | 446 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()
|
D | shown_sections_handler.cc | 118 int old_pref_version, in MigrateUserPrefs() argument 129 if (old_pref_version < 3) { in MigrateUserPrefs()
|
D | shown_sections_handler.h | 66 int old_pref_version,
|
D | new_tab_ui.h | 37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,
|