| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 5aff5910de32861a6791523cc8383c3dbaad4194..8e570191e77aad3feaee302bf52ceb5e5898a7bc 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1117,9 +1117,6 @@ const char kAutofillDialogDefaults[] = "autofill.rac_dialog_defaults";
|
| // Modifying bookmarks is completely disabled when this is set to false.
|
| const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
|
|
|
| -// Boolean that is true when the translate feature is enabled.
|
| -const char kEnableTranslate[] = "translate.enabled";
|
| -
|
| #if !defined(OS_ANDROID)
|
| const char kPinnedTabs[] = "pinned_tabs";
|
| #endif
|
|
|