summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/chromeos/cros/input_method_library.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/cros/input_method_library.cc b/chrome/browser/chromeos/cros/input_method_library.cc
index c5d7573..f84e3c7 100644
--- a/chrome/browser/chromeos/cros/input_method_library.cc
+++ b/chrome/browser/chromeos/cros/input_method_library.cc
@@ -442,6 +442,8 @@ class InputMethodLibraryImpl : public InputMethodLibrary {
void StopInputMethodProcesses() {
ime_running_ = false;
if (ime_handle_) {
+ chromeos::ChangeInputMethod(input_method_status_connection_,
+ kHardwareKeyboardLayout);
kill(ime_handle_, SIGTERM);
ime_handle_ = 0;
}