| 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;
|
|
|