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

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

Issue 1058433002: [cros login, new GAIA] New UI for not authorized error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl Created 5 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.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index db0aa76a4f99096a67b0cf351a494e5fbd1c026e..0bbe68e23c7c26a63cbc42f94f52d22cfd79d7c7 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -9,6 +9,7 @@
<title i18n-content="title"></title>
<include src="login_resources.html">
<include src="throbber_notice.html">
+<include src="gaia_whitelist_error.html">
Nikita (slow) 2015/04/06 18:57:42 I'll move this to login/custom_elements.html once
<script src="chrome://oobe/login.js"></script>
<script src="chrome://oobe/gaia_auth_host.js"></script>
</head>
@@ -16,4 +17,4 @@
<include src="screen_container.html">
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698