Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: chromeos/login/auth/cryptohome_authenticator.cc

Issue 2784273003: Implement a basic UI flow for cryptohome encryption migration. (Closed)
Patch Set: Address review comments. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.cc ('k') | chromeos/login/auth/login_performer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.cc ('k') | chromeos/login/auth/login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698