Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: chrome/browser/chromeos/login/user_manager.cc

Issue 2836085: Shutdown ibus when logging in. (Closed)
Patch Set: Code Review Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_manager.cc
diff --git a/chrome/browser/chromeos/login/user_manager.cc b/chrome/browser/chromeos/login/user_manager.cc
index acc9f9556f25b4dce1bd3d061a54a7c4ecda9ae9..9812315074a288d6e7e68b11408c79559f61b10c 100644
--- a/chrome/browser/chromeos/login/user_manager.cc
+++ b/chrome/browser/chromeos/login/user_manager.cc
@@ -252,6 +252,9 @@ void UserManager::NotifyOnLogin() {
chromeos::CrosLibrary::Get()->GetInputMethodLibrary()->
SetDeferImeStartup(false);
+ // Shut down the IME so that it will reload the user's settings.
+ chromeos::CrosLibrary::Get()->GetInputMethodLibrary()->
+ StopInputMethodProcesses();
// Let the window manager know that we're logged in now.
WmIpc::instance()->SetLoggedInProperty(true);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698