| 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 1e61c1ad120cd28566b989441b30aa7be223ff34..e8baece81c8c8b512448dd04ef77ac218b78d9a9 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -238,6 +238,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 },
|
|
|