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

Unified Diff: chromeos/login/auth/login_performer.h

Issue 2784273003: Implement a basic UI flow for cryptohome encryption migration. (Closed)
Patch Set: . 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
Index: chromeos/login/auth/login_performer.h
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
index 7217241b6d05a83768a4807a9c269fc6dfc40441..1c79a848491476b909744a6f65af39a698d52a5f 100644
--- a/chromeos/login/auth/login_performer.h
+++ b/chromeos/login/auth/login_performer.h
@@ -91,7 +91,7 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer {
void OnAuthSuccess(const UserContext& user_context) override;
void OnOffTheRecordAuthSuccess() override;
void OnPasswordChangeDetected() override;
- void OnOldEncryptionDetected() override;
+ void OnOldEncryptionDetected(const UserContext& user_context) override;
// Migrates cryptohome using |old_password| specified.
void RecoverEncryptedData(const std::string& old_password);

Powered by Google App Engine
This is Rietveld 408576698