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 |