Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 19c0ff8cfad1bf3b1bd6adc44a3aff68f206dbe8..7a2a57b93c031f9438de8e89df21b49d6b741320 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -694,6 +694,8 @@ void ProfileImpl::OnPrefsLoaded(bool success) { |
// TODO(mirandac): remove migration code after 6 months (crbug.com/69995). |
if (g_browser_process->local_state()) |
chrome::MigrateBrowserPrefs(this, g_browser_process->local_state()); |
+ // TODO(ivankr): remove cleanup code eventually (crbug.com/165672). |
+ chrome::MigrateUserPrefs(this); |
// |kSessionExitType| was added after |kSessionExitedCleanly|. If the pref |
// value is empty fallback to checking for |kSessionExitedCleanly|. |