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

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

Issue 2801873007: Resume encryption migration immediately if the previous migration is incomplete. (Closed)
Patch Set: Created 3 years, 8 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.h ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/auth_status_consumer.cc
diff --git a/chromeos/login/auth/auth_status_consumer.cc b/chromeos/login/auth/auth_status_consumer.cc
index aed5f7d592ce0ec16443f10403f53cefa9ab03ea..037f1d976afe33d89628da221f5d563621e247b9 100644
--- a/chromeos/login/auth/auth_status_consumer.cc
+++ b/chromeos/login/auth/auth_status_consumer.cc
@@ -11,7 +11,8 @@ void AuthStatusConsumer::OnPasswordChangeDetected() {
}
void AuthStatusConsumer::OnOldEncryptionDetected(
- const UserContext& user_context) {
+ const UserContext& user_context,
+ bool has_incomplete_migration) {
NOTREACHED();
}
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.h ('k') | chromeos/login/auth/cryptohome_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698