| 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..c16691074070ff856b928a71bb06ba10e953faa5 100644
|
| --- a/chrome/browser/resources/chromeos/login/encryption_migration.js
|
| +++ b/chrome/browser/resources/chromeos/login/encryption_migration.js
|
| @@ -216,8 +216,16 @@ Polymer({
|
| * Handles tap on RESTART button.
|
| * @private
|
| */
|
| - onRestart_: function() {
|
| - this.fire('restart');
|
| + onRestartOnLowStorage_: function() {
|
| + this.fire('restart-on-low-storage');
|
| + },
|
| +
|
| + /**
|
| + * Handles tap on RESTART button on the migration failure screen.
|
| + * @private
|
| + */
|
| + onRestartOnFailure_: function() {
|
| + this.fire('restart-on-failure');
|
| },
|
|
|
| /**
|
|
|