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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: comments Created 4 years, 3 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
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 139979108c3eef6b4da112afebc6f18ca0e3bbb1..9de5107383f157443cfad0e8f357a3c1815b34e0 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -748,6 +748,7 @@ void MigrateObsoleteProfilePrefs(Profile* profile) {
// Added 8/2016.
profile_prefs->ClearPref(prefs::kStaticEncodings);
profile_prefs->ClearPref(prefs::kRecentlySelectedEncoding);
+ profile_prefs->ClearPref(prefs::kWebKitUsesUniversalDetector);
Lei Zhang 2016/09/06 20:44:53 It's September. :)
Jinsuk Kim 2016/09/06 21:19:39 Still living in the (not-so-distant) past..
}
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698