| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index d7da2fa4b9d3afa00009d9183a4a4d04e553bfd5..69c43966bce37f7c4e8f7f36f8395530217e5643 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -684,7 +684,8 @@ void MigrateProfileZoomLevelPrefs(Profile* profile) {
|
| migrated |= !host_zoom_dictionary->empty();
|
| UMA_HISTOGRAM_BOOLEAN("Settings.ZoomLevelPreferencesMigrated", migrated);
|
|
|
| - zoom_level_prefs->ExtractPerHostZoomLevels(host_zoom_dictionary);
|
| + zoom_level_prefs->ExtractPerHostZoomLevels(
|
| + host_zoom_dictionary, prefs::kPerHostZoomLevelsDeprecated);
|
|
|
| // We're done migrating the profile per-host zoom level values, so we clear
|
| // them all.
|
|
|