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

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: rebased 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 7e7a2d9a17860dfbc5b90d8e73a66e20f210fbd1..0f2eb85601588380727b9c40b3173b26670d942f 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
« no previous file with comments | « chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm ('k') | chrome/browser/ui/toolbar/app_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698