| 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 e7d56876195f55dec908ab841af799852df970f9..ac77bef783dc471b8c4b56b470c5e5e298c922b9 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -1328,8 +1328,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());
|
|
|