Commit b8ba3036 authored by Yunke Zhou's avatar Yunke Zhou Committed by Commit Bot

Oobe: add debug overlay for parental-handoff screen

Bug: 1134567
Change-Id: I8b278acaa2fab943ce136d7d7de578da7a63e992
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520778Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Yunke Zhou <yunkez@google.com>
Cr-Commit-Position: refs/heads/master@{#824800}
parent 9ba01fd6
...@@ -902,6 +902,19 @@ cr.define('cr.ui.login.debug', function() { ...@@ -902,6 +902,19 @@ cr.define('cr.ui.login.debug', function() {
id: 'assistant-optin-flow', id: 'assistant-optin-flow',
kind: ScreenKind.NORMAL, kind: ScreenKind.NORMAL,
}, },
{
id: 'parental-handoff',
kind: ScreenKind.NORMAL,
states: [{
id: 'parental-handoff',
data: {
title: 'Now it\'s Child 1\'s turn',
subtitle:
'You can hand this Chromebook to Child 1. Setup is almost done,' +
' then it\'s time to explore.'
},
}],
},
{ {
id: 'multidevice-setup', id: 'multidevice-setup',
kind: ScreenKind.NORMAL, kind: ScreenKind.NORMAL,
......
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