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

Unified Diff: chrome/common/pref_names.cc

Issue 2312263003: Move some deprecated prefs out of chrome/common/pref_names.cc. (Closed)
Patch Set: build 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index ec95e3615c7d9a1e896861e8b5308d5be060152c..5f2fb47cb62d30507a0a29f125cb13ec0309e0de 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -216,12 +216,6 @@ const char kDefaultCharset[] = "intl.charset_default";
// request.
const char kAcceptLanguages[] = "intl.accept_languages";
-// The value to use for showing locale-dependent encoding list for different
-// locale, it's initialized from the corresponding string resource that is
-// stored in non-translatable part of the resource bundle.
-// Deprecated 8/2016.
-const char kStaticEncodings[] = "intl.static_encodings";
-
// If these change, the corresponding enums in the extension API
// experimental.fontSettings.json must also change.
const char* const kWebKitScriptsForFontFamilyMaps[] = {
@@ -319,9 +313,6 @@ const char kWebKitSansSerifFontFamilyTraditionalHan[] =
// WebKit preferences.
const char kWebKitWebSecurityEnabled[] = "webkit.webprefs.web_security_enabled";
const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled";
-// Deprecated 9/2016.
-const char kWebKitUsesUniversalDetector[] =
- "webkit.webprefs.uses_universal_detector";
const char kWebKitTextAreasAreResizable[] =
"webkit.webprefs.text_areas_are_resizable";
const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links";
@@ -917,11 +908,6 @@ const char kEolNotificationDismissed[] = "eol_notification_dismissed";
// visible on the toolbar.
const char kShowHomeButton[] = "browser.show_home_button";
-// A string value which saves short list of recently user selected encodings
-// separated with comma punctuation mark.
-// Deprecated 8/2016.
-const char kRecentlySelectedEncoding[] = "profile.recently_selected_encodings";
-
// Clear Browsing Data dialog preferences.
const char kLastClearBrowsingDataTime[] =
"browser.last_clear_browsing_data_time";
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698