Commit 7b3e666c authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

oobe: Fix typo in display_manager

TBR=antrim@chromium.org
BUG=none

Change-Id: Id2046f7aa2fc275198466e9bd1da03dfcb84536f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053807Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741089}
parent 78f39310
......@@ -529,7 +529,7 @@ cr.define('cr.ui.login', function() {
// is back in DOM tree and has correct offsetHeight / offsetWidth.
newStep.hidden = false;
if (newStep.getOobeUIInitialState) {0
if (newStep.getOobeUIInitialState) {
this.setOobeUIState(newStep.getOobeUIInitialState());
} else {
this.setOobeUIState(OOBE_UI_STATE.HIDDEN);
......
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