| 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 55e09eb3f5f34dab6df1c0e80d301a6e00c0c319..bcc184e8c03229142a9d518267113faf04eff84e 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -1263,8 +1263,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());
|
|
|