| Index: chrome/browser/chromeos/input_method/input_method_engine.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| index 43ab99efb1cd2a40d89f407e0f5811aed170d059..ddfb5f5fcc66a68bb342054a86113804054cdd01 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| @@ -466,6 +466,7 @@ void InputMethodEngine::HideInputView() {
|
|
|
| void InputMethodEngine::EnableInputView() {
|
| keyboard::SetOverrideContentUrl(input_method::InputMethodManager::Get()
|
| + ->GetActiveIMEState()
|
| ->GetCurrentInputMethod()
|
| .input_view_url());
|
| keyboard::KeyboardController* keyboard_controller =
|
|
|