| 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 40b2eeffe476b737f3cb2ffd836f865964759f4b..06b31f6d0428a784cb560ea3de04137355d1f31b 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
| @@ -340,7 +340,7 @@ static bool SetUserInputMethodImpl(
|
| if (input_method.empty())
|
| return false;
|
|
|
| - if (!manager->IsFullLatinKeyboard(input_method)) {
|
| + if (!manager->IsLoginKeyboard(input_method)) {
|
| LOG(WARNING) << "SetUserInputMethod('" << username
|
| << "'): stored user LRU input method '" << input_method
|
| << "' is no longer Full Latin Keyboard Language"
|
|
|