Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7568)

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 944433002: Revamp the MigrateBrowserPrefs and MigrateUserPrefs code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: readd method Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/browser_prefs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 4fcb7e476868d7a0b1bcfdf970ca424aa082f8fc..b028168fe8abc27d1832d2676c082144c24a157c 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -855,9 +855,6 @@ void ProfileImpl::OnPrefsLoaded(bool success) {
return;
}
- // 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).
gab 2015/02/20 19:04:03 No, we shouldn't get rid of this hook. If anythin
rkaplow 2015/02/20 19:08:53 Hm, ok. How long should pref migration live for?
chrome::MigrateUserPrefs(this);
« no previous file with comments | « chrome/browser/prefs/browser_prefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698