| Index: chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc
|
| index 8bf028754d98aa3a24f4cec7e2f947fdfcd508a6..3ac007891c77fb3d46f4f9e1415a4d1195cb009c 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc
|
| @@ -161,8 +161,10 @@ void TermsOfServiceScreenHandler::DoShow() {
|
| // If the user has a preferred input method, enable it and switch to it.
|
| chromeos::input_method::InputMethodManager* input_method_manager =
|
| chromeos::input_method::InputMethodManager::Get();
|
| - input_method_manager->EnableInputMethod(input_methods.front());
|
| - input_method_manager->ChangeInputMethod(input_methods.front());
|
| + input_method_manager->GetActiveIMEState()->EnableInputMethod(
|
| + input_methods.front());
|
| + input_method_manager->GetActiveIMEState()->ChangeInputMethod(
|
| + input_methods.front(), false /* show_message */);
|
| }
|
|
|
| // Updates the domain name shown in the UI.
|
|
|