Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index aa10c07d0d0463a42f37e06a31648ebfa19ecd35..75e72be543722d9b330e4891b7b72d159ebcfacf 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -111,11 +111,6 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
false); |
#endif |
registry->RegisterStringPref(prefs::kSelectFileLastDirectory, std::string()); |
- // TODO(wjmaclean): remove the following two prefs once migration to per- |
- // partition zoom is complete. |
- registry->RegisterDoublePref(prefs::kDefaultZoomLevelDeprecated, 0.0); |
- registry->RegisterDictionaryPref(prefs::kPerHostZoomLevelsDeprecated); |
- |
registry->RegisterDictionaryPref(prefs::kPartitionDefaultZoomLevel); |
registry->RegisterDictionaryPref(prefs::kPartitionPerHostZoomLevels); |
registry->RegisterStringPref(prefs::kDefaultApps, "install"); |