| 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 d3b772e0fcfeaee3a936c0ea55239921568252af..4d47b81667d87da645834484e703b5f32641bde6 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -292,6 +292,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 },
|
|
|