| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 6d4c6f7e4392464ac817adea5cbf6cdbb5acbdac..a85f71cdc96032b2beb4bf88a5409d27677cfba3 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -81,6 +81,7 @@ void AddCommonStrings(content::WebUIDataSource* html_source, Profile* profile) {
|
| {"edit", IDS_SETTINGS_EDIT},
|
| {"learnMore", IDS_LEARN_MORE},
|
| {"menuButtonLabel", IDS_SETTINGS_MENU_BUTTON_LABEL},
|
| + {"moreActions", IDS_SETTINGS_MORE_ACTIONS},
|
| {"ok", IDS_OK},
|
| {"restart", IDS_SETTINGS_RESTART},
|
| {"save", IDS_SAVE},
|
| @@ -1030,7 +1031,6 @@ void AddOnStartupStrings(content::WebUIDataSource* html_source) {
|
|
|
| void AddPasswordsAndFormsStrings(content::WebUIDataSource* html_source) {
|
| LocalizedString localized_strings[] = {
|
| - {"overflowMenu", IDS_SETTINGS_OVERFLOW_MENU},
|
| {"passwordsAndAutofillPageTitle",
|
| IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE},
|
| {"autofill", IDS_SETTINGS_AUTOFILL},
|
|
|