Commit 5e164051 authored by Nicholas Verne's avatar Nicholas Verne Committed by Commit Bot

Crostin upgrade: re-enable cancel button

Bug: 1103505
Change-Id: I162fa82ecd13a43117ce6be1e098591bb3518674
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320710
Commit-Queue: David Munro <davidmunro@google.com>
Reviewed-by: default avatarDavid Munro <davidmunro@google.com>
Auto-Submit: Nicholas Verne <nverne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792501}
parent dd04950b
...@@ -341,7 +341,6 @@ Polymer({ ...@@ -341,7 +341,6 @@ Polymer({
*/ */
canCancel_(state) { canCancel_(state) {
switch (state) { switch (state) {
case State.UPGRADING: // TODO(nverne): remove once we have OK from UX.
case State.BACKUP: case State.BACKUP:
case State.RESTORE: case State.RESTORE:
case State.BACKUP_SUCCEEDED: case State.BACKUP_SUCCEEDED:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment