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

Unified Diff: chrome/browser/chromeos/login/screens/encryption_migration_screen.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.h
diff --git a/chrome/browser/chromeos/login/screens/encryption_migration_screen.h b/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
index 9835c53deb80feed97c2a56107ba9bdfbb77a0e1..b4f95d01bdacbb5ac8314a16378aea7e0b2a61b1 100644
--- a/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
+++ b/chrome/browser/chromeos/login/screens/encryption_migration_screen.h
@@ -41,6 +41,10 @@ class EncryptionMigrationScreen
// session from the migration UI.
void SetContinueLoginCallback(ContinueLoginCallback callback);
+ // Setup the initial view in the migration UI.
+ // This should be called after other state like UserContext, etc... are set.
+ void SetupInitialView();
+
private:
EncryptionMigrationScreenView* view_;

Powered by Google App Engine
This is Rietveld 408576698