| Index: chromeos/login/auth/login_performer.h
|
| diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h
|
| index 1c79a848491476b909744a6f65af39a698d52a5f..fce862ad4b84c1c830791013580ea8a487df38ce 100644
|
| --- a/chromeos/login/auth/login_performer.h
|
| +++ b/chromeos/login/auth/login_performer.h
|
| @@ -91,7 +91,8 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer {
|
| void OnAuthSuccess(const UserContext& user_context) override;
|
| void OnOffTheRecordAuthSuccess() override;
|
| void OnPasswordChangeDetected() override;
|
| - void OnOldEncryptionDetected(const UserContext& user_context) override;
|
| + void OnOldEncryptionDetected(const UserContext& user_context,
|
| + bool has_incomplete_migration) override;
|
|
|
| // Migrates cryptohome using |old_password| specified.
|
| void RecoverEncryptedData(const std::string& old_password);
|
|
|