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

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

Issue 2801873007: Resume encryption migration immediately if the previous migration is incomplete. (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 4ba1e30d0e69909c16e8a593c02a337b5e8fa40a..9835c53deb80feed97c2a56107ba9bdfbb77a0e1 100644
--- a/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
+++ b/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
@@ -34,6 +34,9 @@ class EncryptionMigrationScreen
// Sets the UserContext for a user whose cryptohome should be migrated.
void SetUserContext(const UserContext& user_context);
+ // Sets whether the migration process should resume the previous one or not.
+ void SetShouldResume(bool should_resume);
+
// Sets a callback, which should be called when the user want to log in to the
// session from the migration UI.
void SetContinueLoginCallback(ContinueLoginCallback callback);

Powered by Google App Engine
This is Rietveld 408576698