| 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 45f9d612cf58b695d7670ad7770e59fc08e6f9ac..667bd4230111789c67222ceb702523d555fe3855 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -30,6 +30,7 @@ void ManageProfileHandler::GetLocalizedValues(
|
| { "manageProfilesNameLabel", IDS_PROFILES_MANAGE_NAME_LABEL },
|
| { "manageProfilesDuplicateNameError",
|
| IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR },
|
| + { "manageProfilesEmptyNameError", IDS_PROFILES_MANAGE_EMPTY_NAME_ERROR },
|
| { "manageProfilesIconLabel", IDS_PROFILES_MANAGE_ICON_LABEL },
|
| { "deleteProfileTitle", IDS_PROFILES_DELETE_TITLE },
|
| { "deleteProfileOK", IDS_PROFILES_DELETE_OK_BUTTON_LABEL },
|
|
|