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

Unified Diff: chrome/browser/ui/prefs/prefs_tab_helper.cc

Issue 2254273003: Remove text encoding UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 4 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/ui/prefs/prefs_tab_helper.cc
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
index d22384c4d1877bb40b8a4ac28a92f01ffc8aff34..8805bd42bff8ac83b6968a78ace8aa568fb59b67 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -603,10 +603,6 @@ void PrefsTabHelper::RegisterProfilePrefs(
prefs::kWebKitUsesUniversalDetector,
l10n_util::GetStringUTF8(IDS_USES_UNIVERSAL_DETECTOR) == "true",
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
- registry->RegisterStringPref(
- prefs::kStaticEncodings,
- l10n_util::GetStringUTF8(IDS_STATIC_ENCODING_LIST));
- registry->RegisterStringPref(prefs::kRecentlySelectedEncoding, std::string());
}
// static

Powered by Google App Engine
This is Rietveld 408576698