Commit f3546e39 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

OOBE: Remove oobe_screen_eula_installation_settings_overlay.{html, css}

Looks like it was switched to use installationSettingsDialog in
oobe_eula.html

Bug: none
Change-Id: I409ed0b6c468af51ada1902e9fc8266519b737e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862461Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706115}
parent c0b42a3e
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
<script src="chrome://oobe/strings.js"></script> <script src="chrome://oobe/strings.js"></script>
<link rel="stylesheet" href="api_keys_notice.css"> <link rel="stylesheet" href="api_keys_notice.css">
<link rel="stylesheet" href="oobe_screen_enable_debugging.css"> <link rel="stylesheet" href="oobe_screen_enable_debugging.css">
<link rel="stylesheet" href="oobe_screen_eula_installation_settings_overlay.css">
<link rel="stylesheet" href="oobe_screen_reset.css"> <link rel="stylesheet" href="oobe_screen_reset.css">
<link rel="stylesheet" href="oobe_screen_autolaunch.css"> <link rel="stylesheet" href="oobe_screen_autolaunch.css">
<link rel="stylesheet" href="oobe_screen_enable_kiosk.css"> <link rel="stylesheet" href="oobe_screen_enable_kiosk.css">
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
<link rel="stylesheet" href="api_keys_notice.css"> <link rel="stylesheet" href="api_keys_notice.css">
<link rel="stylesheet" href="oobe_screen_enable_debugging.css"> <link rel="stylesheet" href="oobe_screen_enable_debugging.css">
<link rel="stylesheet" href="oobe_screen_eula_installation_settings_overlay.css">
<link rel="stylesheet" href="oobe_screen_reset.css"> <link rel="stylesheet" href="oobe_screen_reset.css">
<link rel="stylesheet" href="oobe_screen_autolaunch.css"> <link rel="stylesheet" href="oobe_screen_autolaunch.css">
<link rel="stylesheet" href="oobe_screen_enable_kiosk.css"> <link rel="stylesheet" href="oobe_screen_enable_kiosk.css">
...@@ -83,9 +82,6 @@ ...@@ -83,9 +82,6 @@
</head> </head>
<body class="oobe-display chromeos" i18n-values=".style.fontFamily:fontfamily;"> <body class="oobe-display chromeos" i18n-values=".style.fontFamily:fontfamily;">
<include src="md_screen_container.html"> <include src="md_screen_container.html">
<div id="popup-overlay" class="popup-overlay" hidden>
<include src="oobe_screen_eula_installation_settings_overlay.html">
</div>
<script src="chrome://resources/js/i18n_template.js"></script> <script src="chrome://resources/js/i18n_template.js"></script>
</body> </body>
</html> </html>
/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#tpm-busy {
text-align: center;
}
#tpm-password {
font-weight: bold;
text-align: center;
}
#installation-settings-popup button {
bottom: 20px;
position: absolute;
right: 20px;
}
\ No newline at end of file
<div id="installation-settings-popup" class="oobe-popup">
<h1 i18n-content="eulaSystemInstallationSettings"></h1>
<div class="popup-content-area">
<div id="tpm-settings">
<p i18n-content="eulaTpmDesc"></p>
<p id="tpm-desc" i18n-content="eulaTpmKeyDesc"></p>
<p id="tpm-desc-powerwash" i18n-content="eulaTpmDescPowerwash" hidden>
</p>
<div id="tpm-busy">
<div id="spinner" class="inline-spinner"></div>
<span i18n-content="eulaTpmBusy"></span>
</div>
<p id="tpm-password"></p>
</div>
</div>
<button id="installation-settings-ok-button"
i18n-content="eulaSystemInstallationSettingsOkButton">
</button>
</div>
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