Index: chromeos/login/auth/cryptohome_authenticator.cc |
diff --git a/chromeos/login/auth/cryptohome_authenticator.cc b/chromeos/login/auth/cryptohome_authenticator.cc |
index 0e4b2c53d18fa78f0df9a9abf2129dde03ebbaf6..2795b308543933b04e66c6624e493cc2b1cb13b0 100644 |
--- a/chromeos/login/auth/cryptohome_authenticator.cc |
+++ b/chromeos/login/auth/cryptohome_authenticator.cc |
@@ -661,7 +661,7 @@ void CryptohomeAuthenticator::OnPasswordChangeDetected() { |
void CryptohomeAuthenticator::OnOldEncryptionDetected() { |
DCHECK(task_runner_->RunsTasksOnCurrentThread()); |
if (consumer_) |
- consumer_->OnOldEncryptionDetected(); |
+ consumer_->OnOldEncryptionDetected(current_state_->user_context); |
} |
void CryptohomeAuthenticator::OnAuthFailure(const AuthFailure& error) { |