Commit da0c61d6 authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Chrome OS OOBE display manager: DISPLAY_TYPE enum should be global.

This Cl fixes regression added in https://crrev.com/c/1554042 moving
DISPLAY_TYPE enum back to global space.

Bug: 952223
Change-Id: If7dde9e34b18d282e2c258a69d107c7edb7951a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614108Reviewed-by: default avatarToni Baržić <tbarzic@chromium.org>
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660609}
parent 5697a402
......@@ -74,7 +74,7 @@ DisplayManagerScreenAttributes.toggleKioskAllowed;
* Possible types of UI.
* @enum {string}
*/
const DISPLAY_TYPE = {
var DISPLAY_TYPE = {
UNKNOWN: 'unknown',
OOBE: 'oobe',
LOGIN: 'login',
......
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