| Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| index a4d9b6a50f0e24bd90a68e90cd7827f458213214..d7ca05156416b9062963f8ceac1dd5ef5d20dfcc 100644
|
| --- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| @@ -329,7 +329,7 @@ void KeyboardOverlayHandler::GetInputMethodId(const base::ListValue* args) {
|
| chromeos::input_method::InputMethodManager* manager =
|
| chromeos::input_method::InputMethodManager::Get();
|
| const chromeos::input_method::InputMethodDescriptor& descriptor =
|
| - manager->GetCurrentInputMethod();
|
| + manager->GetActiveIMEState()->GetCurrentInputMethod();
|
| base::StringValue param(descriptor.id());
|
| web_ui()->CallJavascriptFunction("initKeyboardOverlayId", param);
|
| }
|
|
|