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

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

Issue 2779933002: Add a screen to migrate filesystem encryption from eCryptfs to ext4 crypto. (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/cryptohome_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/cryptohome_authenticator.h
diff --git a/chromeos/login/auth/cryptohome_authenticator.h b/chromeos/login/auth/cryptohome_authenticator.h
index 7a647a622fc2dc2b363ba2033940446bbbe48a63..86c7001be202f698ac73db369a11e8495f46f4ee 100644
--- a/chromeos/login/auth/cryptohome_authenticator.h
+++ b/chromeos/login/auth/cryptohome_authenticator.h
@@ -89,6 +89,8 @@ class CHROMEOS_EXPORT CryptohomeAuthenticator
KIOSK_ACCOUNT_LOGIN = 22, // Logged into a kiosk account.
REMOVED_DATA_AFTER_FAILURE = 23, // Successfully removed the user's
// cryptohome after a login failure.
+ FAILED_OLD_ENCRYPTION = 24, // Login failed, cryptohome is encrypted
+ // in old format.
};
CryptohomeAuthenticator(scoped_refptr<base::TaskRunner> task_runner,
@@ -162,6 +164,7 @@ class CHROMEOS_EXPORT CryptohomeAuthenticator
void OnOffTheRecordAuthSuccess();
void OnPasswordChangeDetected();
+ void OnOldEncryptionDetected();
protected:
~CryptohomeAuthenticator() override;
« no previous file with comments | « chromeos/login/auth/auth_status_consumer.cc ('k') | chromeos/login/auth/cryptohome_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698