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 38c595a8f0a1a010a6062b4adce598ca3c1c121b..7fef08447eb459bcf0c995a1233478d74e5a7367 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 |
@@ -69,20 +69,21 @@ void AddLocalizedStringsBulk(content::WebUIDataSource* html_source, |
void AddCommonStrings(content::WebUIDataSource* html_source, Profile* profile) { |
LocalizedString localized_strings[] = { |
{"add", IDS_ADD}, |
+ {"advancedPageTitle", IDS_SETTINGS_ADVANCED}, |
{"back", IDS_ACCNAME_BACK}, |
+ {"basicPageTitle", IDS_SETTINGS_BASIC}, |
{"cancel", IDS_CANCEL}, |
{"close", IDS_CLOSE}, |
{"confirm", IDS_CONFIRM}, |
+ {"controlledByExtension", IDS_SETTINGS_CONTROLLED_BY_EXTENSION}, |
{"disable", IDS_DISABLE}, |
{"done", IDS_DONE}, |
{"learnMore", IDS_LEARN_MORE}, |
+ {"menuButtonLabel", IDS_SETTINGS_MENU_BUTTON_LABEL}, |
{"ok", IDS_OK}, |
+ {"restart", IDS_SETTINGS_RESTART}, |
{"save", IDS_SAVE}, |
- {"advancedPageTitle", IDS_SETTINGS_ADVANCED}, |
- {"basicPageTitle", IDS_SETTINGS_BASIC}, |
{"settings", IDS_SETTINGS_SETTINGS}, |
- {"restart", IDS_SETTINGS_RESTART}, |
- {"menuButtonLabel", IDS_SETTINGS_MENU_BUTTON_LABEL}, |
}; |
AddLocalizedStringsBulk(html_source, localized_strings, |
arraysize(localized_strings)); |