summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/login/oobe.html')
-rw-r--r--chromium/chrome/browser/resources/chromeos/login/oobe.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/login/oobe.html b/chromium/chrome/browser/resources/chromeos/login/oobe.html
deleted file mode 100644
index f84f6aea02c..00000000000
--- a/chromium/chrome/browser/resources/chromeos/login/oobe.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html i18n-values="dir:textdirection;
- build:buildType;
- highlight:highlightStrength;
- lang:language">
-<head>
-<meta charset="utf-8">
-<meta name="google" value="notranslate">
-<title i18n-content="title"></title>
-<include src="login_resources.html">
-<link rel="import" href="chrome://oobe/custom_elements.html">
-<link rel="stylesheet" href="roboto_font.css">
-<link rel="stylesheet" href="accessibility_menu.css">
-<script src="chrome://oobe/oobe.js"></script>
-<script src="chrome://oobe/gaia_auth_host.js"></script>
-</head>
-<body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;">
- <include src="screen_container.html">
- <include src="accessibility_menu.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>
-</body>
-</html>