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 |