| 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 4847d9a76509e89444c00580d41bceafd12776c0..c7cf9e467fa97b1e55356735c46c5b67283b1a91 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -1313,8 +1313,6 @@ void ExistingUserController::DoCompleteLogin(
|
| time_init_ = base::Time(); // Reset to null.
|
| }
|
|
|
| - host_->OnCompleteLogin();
|
| -
|
| if (user_context.GetAuthFlow() == UserContext::AUTH_FLOW_EASY_BOOTSTRAP) {
|
| bootstrap_user_context_initializer_.reset(
|
| new BootstrapUserContextInitializer());
|
|
|