| 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 ff649cd52deed6a22d9b4e0669fe35f89e7c7667..c7012b7ddbd05f2ddd07ba77817f28a955cf666c 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -295,6 +295,8 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| { "privacyClearDataButton", IDS_OPTIONS_PRIVACY_CLEAR_DATA_BUTTON },
|
| { "privacyContentSettingsButton",
|
| IDS_OPTIONS_PRIVACY_CONTENT_SETTINGS_BUTTON },
|
| + { "profileAddPersonEnable", IDS_PROFILE_ADD_PERSON_ENABLE },
|
| + { "profileBrowserGuestEnable", IDS_PROFILE_BROWSER_GUEST_ENABLE },
|
| { "profilesCreate", using_new_profiles_ui ?
|
| IDS_NEW_PROFILES_CREATE_BUTTON_LABEL :
|
| IDS_PROFILES_CREATE_BUTTON_LABEL },
|
|
|