Commit 4425142d authored by Denis Kuznetsov's avatar Denis Kuznetsov Committed by Commit Bot

Fix encryption migration screen states in debug overlay

Bug: NONE
Change-Id: Ib4bc88135502ecec51bf804e85e60e0f0bc2396b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283349
Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org>
Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#785698}
parent e1b47a15
......@@ -680,13 +680,13 @@ cr.define('cr.ui.login.debug', function() {
{
id: 'migration-failed',
trigger: (screen) => {
screen.setUIState(2);
screen.setUIState(3);
},
},
{
id: 'not-enough-space',
trigger: (screen) => {
screen.setUIState(3);
screen.setUIState(4);
screen.setAvailableSpaceInString('1 GB');
screen.setNecessarySpaceInString('2 GB');
},
......
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