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( |