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

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

Issue 2811713002: Check the available storage size before starting encryption migration. (Closed)
Patch Set: Always check the available storage. 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_view.h
diff --git a/chrome/browser/chromeos/login/screens/encryption_migration_screen_view.h b/chrome/browser/chromeos/login/screens/encryption_migration_screen_view.h
index bd25ee68cb27480c070e7400a0dc4c3b4436409d..cdd7dc79142b6aaa2590bb0d3b82809dbe4769af 100644
--- a/chrome/browser/chromeos/login/screens/encryption_migration_screen_view.h
+++ b/chrome/browser/chromeos/login/screens/encryption_migration_screen_view.h
@@ -39,6 +39,7 @@ class EncryptionMigrationScreenView {
virtual void SetUserContext(const UserContext& user_context) = 0;
virtual void SetShouldResume(bool should_resume) = 0;
virtual void SetContinueLoginCallback(ContinueLoginCallback callback) = 0;
+ virtual void SetupInitialView() = 0;
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698