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

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

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Comments addressed. Created 5 years, 6 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 11cb9edf051fad4d735e292bbb3eda5900c56199..8f5015f887bb173474e1c3702125abba2fbf1f47 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -8,13 +8,12 @@
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
<include src="login_resources.html">
-<include src="throbber_notice.html">
<include src="notification_card.html">
<script src="chrome://oobe/login.js"></script>
<script src="chrome://oobe/gaia_auth_host.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;">
<include src="screen_container.html">
- <script src="chrome://resources/js/i18n_template_polymer.js"></script>
+ <script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698