Commit c2a5c043 authored by Danila Kuzmin's avatar Danila Kuzmin Committed by Commit Bot

oobe: Update eula screen name in debug overlay

After migrating eula screen to LoginScreenBehaior the screen is
temporarily named as "oobe-eula-md". This CL is a follow up name update.

Bug: 1121655
Change-Id: Ifcfbc0d8a3528d33deda01d9227c5ec449b0c1bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378029Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Danila Kuzmin <dkuzmin@google.com>
Cr-Commit-Position: refs/heads/master@{#803066}
parent d6278602
......@@ -224,7 +224,7 @@ cr.define('cr.ui.login.debug', function() {
kind: ScreenKind.NORMAL,
},
{
id: 'eula',
id: 'oobe-eula-md',
kind: ScreenKind.NORMAL,
// TODO: Current logic triggers switching screens in focus(), making
// it impossible to trigger installation settings dialog.
......
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