| 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_;
|
|
|
|
|