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

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

Issue 1808223003: Refactor oobe/login screens so lock screen can be loaded faster. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rename login_login_oobe_shared to login_non_lock_shared + misc changes Created 4 years, 9 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.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index 8f5015f887bb173474e1c3702125abba2fbf1f47..5a581e0dfa9f03291c2650669f1caaa35f4e72ae 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -7,7 +7,8 @@
<meta charset="utf-8">
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
-<include src="login_resources.html">
+<include src="login_shared.html">
+<include src="login_non_lock_shared.html">
<include src="notification_card.html">
<script src="chrome://oobe/login.js"></script>
<script src="chrome://oobe/gaia_auth_host.js"></script>
« no previous file with comments | « chrome/browser/resources/chromeos/login/lock_screens.html ('k') | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698