| Index: chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| index 968a9ebdc80e9087e03747f45ac68c50f9d07155..b67358fd929f041124ff79ca6567d78ea82f408e 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.h
|
| @@ -67,6 +67,7 @@ class EncryptionMigrationScreenHandler : public EncryptionMigrationScreenView,
|
| void HandleStartMigration();
|
| void HandleSkipMigration();
|
| void HandleRequestRestart();
|
| + void HandleRequestRestartOnFailure();
|
| void HandleOpenFeedbackDialog();
|
|
|
| // Updates UI state.
|
|
|