Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index a0f1c787268ce8549b2519d56e367cb21a0b2e7f..d35ab339633fbba142eb271a25d6250ac0e49874 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -615,9 +615,6 @@ void ProfileImpl::DoFinalInit() { |
content::BrowserContext::GetDefaultStoragePartition(this)-> |
GetDOMStorageContext()->SetSaveSessionStorageOnDisk(); |
- // TODO(wjmaclean): Remove this. crbug.com/420643 |
- chrome::MigrateProfileZoomLevelPrefs(this); |
- |
// The DomDistillerViewerSource is not a normal WebUI so it must be registered |
// as a URLDataSource early. |
RegisterDomDistillerViewerSource(this); |