Commit 1dbe0fc1 authored by Danila Kuzmin's avatar Danila Kuzmin Committed by Chromium LUCI CQ

oobe: Update name of multidevice screen in debug overlay

Bug: 1162262
Change-Id: I44c5a9041eb384a654dffd962cb7aa4487f49dd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603755Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Danila Kuzmin <dkuzmin@google.com>
Cr-Commit-Position: refs/heads/master@{#839587}
parent d3e267c3
...@@ -885,7 +885,7 @@ cr.define('cr.ui.login.debug', function() { ...@@ -885,7 +885,7 @@ cr.define('cr.ui.login.debug', function() {
}], }],
}, },
{ {
id: 'multidevice-setup', id: 'multidevice-setup-screen',
kind: ScreenKind.NORMAL, kind: ScreenKind.NORMAL,
}, },
{ {
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
(function() {
/** /**
* @fileoverview Polymer element for Enterprise Enrollment screen. * @fileoverview Polymer element for Enterprise Enrollment screen.
*/ */
(function() {
/* Code which is embedded inside of the webview. See below for details. /* Code which is embedded inside of the webview. See below for details.
/** @const */ /** @const */
var INJECTED_WEBVIEW_SCRIPT = String.raw` var INJECTED_WEBVIEW_SCRIPT = String.raw`
......
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
(function() {
/** /**
* @fileoverview Polymer element for displaying AD domain joining and AD * @fileoverview Polymer element for displaying AD domain joining and AD
* Authenticate user screens. * Authenticate user screens.
*/ */
(function() {
// Possible error states of the screen. Must be in the same order as // Possible error states of the screen. Must be in the same order as
// ActiveDirectoryErrorState enum values. // ActiveDirectoryErrorState enum values.
/** @enum {number} */ var ACTIVE_DIRECTORY_ERROR_STATE = { /** @enum {number} */ var ACTIVE_DIRECTORY_ERROR_STATE = {
......
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