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

Unified Diff: chrome/common/pref_names.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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 464de407acbefeaf5daa6098427e2d6108fbf14b..0bbd3007c2ba5685d543735789d14c23151d30c6 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -219,6 +219,7 @@ 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.
msw 2016/08/23 18:06:27 We should actually register and clear these two pr
Jinsuk Kim 2016/08/23 22:46:13 Thanks for clarifying - now I got it. Cleared the
const char kStaticEncodings[] = "intl.static_encodings";
// If these change, the corresponding enums in the extension API
@@ -910,6 +911,7 @@ 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.

Powered by Google App Engine
This is Rietveld 408576698