| Index: chrome/browser/chromeos/login/screens/encryption_migration_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/encryption_migration_screen.h b/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
|
| index 5764afe5c51fc53ff5bcc9b2ef3cbaf401c0fcd6..5c78ca6c6e88af4422abe4557426af50f51d3362 100644
|
| --- a/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
|
| @@ -11,6 +11,7 @@
|
| namespace chromeos {
|
|
|
| class UserContext;
|
| +class LoginPerformer;
|
|
|
| class EncryptionMigrationScreen
|
| : public BaseScreen,
|
| @@ -31,6 +32,9 @@ class EncryptionMigrationScreen
|
| // Sets the UserContext for a user whose cryptohome should be migrated.
|
| void SetUserContext(const UserContext& user_context);
|
|
|
| + // Sets the LoginPerformer which is used in the previous log-in attempt.
|
| + void SetLoginPerformer(LoginPerformer* login_performer);
|
| +
|
| private:
|
| EncryptionMigrationScreenView* view_;
|
|
|
|
|