| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 7b00522961fd847de4e63fba46bdd95ef0caf8ed..2650ecb42d9b2dcffa6813f6f8ed5df0ac618bd4 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -239,6 +239,9 @@ void BrowserOptionsHandler::GetLocalizedValues(DictionaryValue* values) {
|
| { "profilesDeleteSingle", IDS_PROFILES_DELETE_SINGLE_BUTTON_LABEL },
|
| { "profilesListItemCurrent", IDS_PROFILES_LIST_ITEM_CURRENT },
|
| { "profilesManage", IDS_PROFILES_MANAGE_BUTTON_LABEL },
|
| +#if defined(ENABLE_SETTINGS_APP)
|
| + { "profilesAppListSwitch", IDS_SETTINGS_APP_PROFILES_SWITCH_BUTTON_LABEL },
|
| +#endif
|
| { "proxiesLabel", IDS_OPTIONS_PROXIES_LABEL },
|
| { "safeBrowsingEnableProtection",
|
| IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION },
|
|
|