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

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

Issue 682103002: Uber tray unresponsive with Multiprofile enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the unresponsive system tray in multiprofile mode Created 6 years, 2 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/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index e487a32e1cc96a3e020edf77cf4172399088e444..dbc3cf50f3b00960d102b9609f4ea97b30d9f6e4 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -440,6 +440,7 @@ void ExistingUserController::Login(const UserContext& user_context,
PerformPreLoginActions(user_context);
PerformLogin(user_context, LoginPerformer::AUTH_MODE_INTERNAL);
+ PerformLoginFinishedActions(false);
Nikita (slow) 2014/10/28 16:31:19 That's not a correct place for this call since log
afakhry 2014/10/28 17:06:30 As per the comments documentations for ExistingUse
Nikita (slow) 2014/10/28 17:15:22 I'm trying to verify why this call is not unblocki
afakhry 2014/10/28 18:43:22 Because LoginDisplayHostImpl::OnBrowserCreated() c
}
void ExistingUserController::PerformLogin(
« 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