| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index eb49ed045061ace9fd0430350b8e743e4073c728..e0645b39300274cb27cf4bba0a64db2e3d67e23b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1138,9 +1138,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
|
|
|