Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6277)

Unified Diff: chrome/browser/resources/chromeos/login/login_resources.html

Issue 13881017: Extract common HTML from oobe.html/login.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: split container Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/login_resources.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login_resources.html
similarity index 62%
copy from chrome/browser/resources/chromeos/login/login.html
copy to chrome/browser/resources/chromeos/login/login_resources.html
index 5c00ea290ac3de0402f20e8131f77aa06ef39121..e5cd4a1862f32f81406f1cb30cc1a7d27ee69400 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login_resources.html
@@ -1,7 +1,3 @@
-<!DOCTYPE HTML>
-<html i18n-values="dir:textdirection;screen:screenType;lockanimations:lockAnimationsType;build:buildType">
-<head>
-<title i18n-content="title"></title>
<link rel="stylesheet" href="chrome://resources/css/butter_bar.css">
<link rel="stylesheet" href="chrome://resources/css/dialogs.css">
<link rel="stylesheet" href="chrome://resources/css/list.css">
@@ -44,37 +40,3 @@
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://oobe/strings.js"></script>
-<script src="chrome://oobe/login.js"></script>
-</head>
-<body class="login-display" i18n-values=".style.fontFamily:fontfamily;">
- <div id="background" class="background-initial"></div>
- <include src="version.html">
- <div id="outer-container">
- <div id="oobe" class="faded">
- <div id="inner-container">
- <div id="step-logo" hidden>
- <img src="chrome://theme/IDR_PRODUCT_LOGO" alt="">
- <div id="header-sections">
- </div>
- </div>
- <include src="oobe_screen_oauth_enrollment.html">
- <include src="oobe_screen_user_image.html">
- <include src="screen_gaia_signin.html">
- <include src="screen_account_picker.html">
- <include src="screen_error_message.html">
- <include src="screen_tpm_error.html">
- <include src="screen_password_changed.html">
- <include src="screen_locally_managed_user_creation.html">
- <include src="oobe_screen_reset.html">
- <include src="oobe_screen_terms_of_service.html">
- <include src="screen_wrong_hwid.html">
- </div>
- <div id="progress-dots"></div>
- </div>
- </div>
- <div id="bubble" class="bubble faded" hidden></div>
- <include src="header_bar.html">
- <include src="user_pod_template.html">
- <script src="chrome://resources/js/i18n_template2.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698