Commit b0ac2d0a authored by Aga Wronska's avatar Aga Wronska Committed by Commit Bot

Remove unnecessary includes of demo setup screen.

Demo mode setup flow is only shown from OOBE welcome screen and not from
sign-in screen.

Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Ie49fdcb2f75be66bd3db5c3f709a1658508d8589
Reviewed-on: https://chromium-review.googlesource.com/1113021Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Aga Wronska <agawronska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570318}
parent 6c5b3ef7
......@@ -28,7 +28,6 @@
<include src="encryption_migration.html">
<include src="enrollment_license_card.html">
<include src="sync_consent.html">
<include src="demo_setup.html">
<include src="recommend_apps.html">
<script src="chrome://oobe/custom_elements.js"></script>
......@@ -33,5 +33,4 @@
// <include src="oobe_wait_for_container_ready.js">
// <include src="enrollment_license_card.js">
// <include src="sync_consent.js">
// <include src="demo_setup.js">
// <include src="recommend_apps.js">
......@@ -16,7 +16,6 @@
// <include src="oobe_screen_voice_interaction_value_prop.js">
// <include src="oobe_screen_wait_for_container_ready.js">
// <include src="oobe_select.js">
// <include src="oobe_screen_demo_setup.js">
// <include src="screen_app_launch_splash.js">
// <include src="screen_arc_kiosk_splash.js">
......
......@@ -5,7 +5,6 @@
<include src="oobe_screen_user_image.html">
<include src="oobe_screen_voice_interaction_value_prop.html">
<include src="oobe_screen_wait_for_container_ready.html">
<include src="oobe_screen_demo_setup.html">
<include src="../../../../../ui/login/account_picker/screen_account_picker.html">
<include src="screen_arc_terms_of_service.html">
<include src="screen_error_message.html">
......
......@@ -57,7 +57,6 @@ cr.define('cr.ui.Oobe', function() {
login.VoiceInteractionValuePropScreen.register();
login.WaitForContainerReadyScreen.register();
login.UpdateRequiredScreen.register();
login.DemoSetupScreen.register();
cr.ui.Bubble.decorate($('bubble-persistent'));
$('bubble-persistent').persistent = true;
......
......@@ -5,7 +5,6 @@
<include src="oobe_screen_user_image.html">
<include src="oobe_screen_voice_interaction_value_prop.html">
<include src="oobe_screen_wait_for_container_ready.html">
<include src="oobe_screen_demo_setup.html">
<include src="../../../../../ui/login/account_picker/md_screen_account_picker.html">
<include src="screen_arc_terms_of_service.html">
<include src="screen_error_message.html">
......
......@@ -17,6 +17,7 @@
// <include src="oobe_screen_host_pairing.js">
// <include src="oobe_screen_welcome.js">
// <include src="oobe_screen_update.js">
// <include src="oobe_screen_demo_setup.js">
cr.define('cr.ui.Oobe', function() {
return {
......
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