| Index: chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| index cd9ca5a54bbb58b3a577a2246100eea87490f9da..9793153651d0cc5339ab63af602f36d02288c5f9 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -84,6 +84,8 @@ void ManageProfileHandler::GetLocalizedValues(
|
| { "manageProfilesDuplicateNameError",
|
| IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR },
|
| { "manageProfilesIconLabel", IDS_PROFILES_MANAGE_ICON_LABEL },
|
| + { "manageProfilesExistingSupervisedUser",
|
| + IDS_PROFILES_CREATE_EXISTING_MANAGED_USER_ERROR },
|
| { "manageProfilesManagedSignedInLabel",
|
| IDS_PROFILES_CREATE_MANAGED_SIGNED_IN_LABEL },
|
| { "manageProfilesManagedNotSignedInLabel",
|
|
|