| 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 10ced259f629016d8ec3569d4cc4333c137f7f4d..4847d9a76509e89444c00580d41bceafd12776c0 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -630,6 +630,7 @@ void ExistingUserController::ShowEncryptionMigrationScreen(
|
| migration_screen->SetContinueLoginCallback(base::BindOnce(
|
| &ExistingUserController::ContinuePerformLogin, weak_factory_.GetWeakPtr(),
|
| login_performer_->auth_mode()));
|
| + migration_screen->SetupInitialView();
|
| }
|
|
|
| void ExistingUserController::ShowTPMError() {
|
|
|