| 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. | 
| 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. | 
|  |