| Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| index 64c98fa782a46432e6f6304d337d010dd9924624..d191d558d5d33a8610e13c282ebdf25e3f822f21 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| @@ -244,6 +244,8 @@ void SigninScreenHandler::GetLocalizedStrings(
|
| l10n_util::GetStringUTF16(IDS_SIGNIN_SCREEN_TITLE));
|
| localized_strings->SetString("passwordHint",
|
| l10n_util::GetStringUTF16(IDS_LOGIN_POD_EMPTY_PASSWORD_TEXT));
|
| + localized_strings->SetString("removeButtonAccessibleName",
|
| + l10n_util::GetStringUTF16(IDS_LOGIN_POD_REMOVE_BUTTON_ACCESSIBLE_NAME));
|
| localized_strings->SetString("passwordFieldAccessibleName",
|
| l10n_util::GetStringUTF16(IDS_LOGIN_POD_PASSWORD_FIELD_ACCESSIBLE_NAME));
|
| localized_strings->SetString("signinButton",
|
|
|