| 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 2d6a7ca8df2719506b085f67a3a2d23b594a433e..01e73c617fdbfdde3f8bb420edc6d88a320aaf5f 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.cc
|
| @@ -471,6 +471,7 @@ void InputMethodEngine::HideInputView() {
|
|
|
| void InputMethodEngine::EnableInputView() {
|
| keyboard::SetOverrideContentUrl(input_method::InputMethodManager::Get()
|
| + ->GetActiveIMEState()
|
| ->GetCurrentInputMethod()
|
| .input_view_url());
|
| keyboard::KeyboardController* keyboard_controller =
|
|
|