| 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 413f44cee8be12beb3e66e7f462682a5889c0d10..9761708e793de5b9ad5106f10704d490ea4d9287 100644
|
| --- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| @@ -267,7 +267,7 @@ void KeyboardOverlayHandler::GetInputMethodId(const ListValue* args) {
|
| chromeos::input_method::InputMethodManager* manager =
|
| chromeos::input_method::InputMethodManager::GetInstance();
|
| const chromeos::input_method::InputMethodDescriptor& descriptor =
|
| - manager->current_input_method();
|
| + manager->GetCurrentInputMethod();
|
| StringValue param(descriptor.id());
|
| web_ui()->CallJavascriptFunction("initKeyboardOverlayId", param);
|
| }
|
|
|