| Index: chrome/browser/resources/chromeos/login/encryption_migration.js
|
| diff --git a/chrome/browser/resources/chromeos/login/encryption_migration.js b/chrome/browser/resources/chromeos/login/encryption_migration.js
|
| index 5a99b34bebf9d5ad5233d3a3b40db07c039e8fa4..92ee445d1376fbcc4c880d54140be92da817756b 100644
|
| --- a/chrome/browser/resources/chromeos/login/encryption_migration.js
|
| +++ b/chrome/browser/resources/chromeos/login/encryption_migration.js
|
| @@ -221,6 +221,14 @@ Polymer({
|
| },
|
|
|
| /**
|
| + * Handles tap on RESTART button on the migration failure screen.
|
| + * @private
|
| + */
|
| + onRestartOnFailure_: function() {
|
| + this.fire('restart-on-failure');
|
| + },
|
| +
|
| + /**
|
| * Handles tap on REPORT AN ISSUE button.
|
| * @private
|
| */
|
|
|