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

Unified Diff: chrome/browser/chromeos/login/screens/encryption_migration_screen.h

Issue 2798023005: Force encryption migration if the device supports ARC. (Closed)
Patch Set: Created 3 years, 8 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698