Index: chrome/browser/resources/chromeos/login/encryption_migration.html |
diff --git a/chrome/browser/resources/chromeos/login/encryption_migration.html b/chrome/browser/resources/chromeos/login/encryption_migration.html |
index 99b35ade5be011f086f0b9a3741d55de1cfa54fb..14afc2af8ac0510ab7d5f319a731695009fbc558 100644 |
--- a/chrome/browser/resources/chromeos/login/encryption_migration.html |
+++ b/chrome/browser/resources/chromeos/login/encryption_migration.html |
@@ -90,7 +90,7 @@ |
<div>$i18n{migrationButtonReportAnIssue}</div> |
</oobe-text-button> |
</if> |
- <oobe-text-button inverse on-tap="onRestart_"> |
+ <oobe-text-button inverse on-tap="onRestartOnFailure_"> |
<div>$i18n{migrationButtonRestart}</div> |
</oobe-text-button> |
</div> |
@@ -117,7 +117,7 @@ |
</oobe-text-button> |
</template> |
<template is="dom-if" if="[[isResuming]]"> |
- <oobe-text-button inverse on-tap="onRestart_"> |
+ <oobe-text-button inverse on-tap="onRestartOnLowStorage_"> |
<div>$i18n{migrationButtonRestart}</div> |
</oobe-text-button> |
</template> |