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

Unified Diff: chrome/browser/resources/chromeos/login/custom_elements_oobe.js

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/custom_elements_oobe.js
diff --git a/chrome/browser/resources/chromeos/login/custom_elements_oobe.js b/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
index 9016f8ce43a129ef00ab3576b2cc1638e11a41e1..b875dd9c1923f4daa7e0015615db3a3d071f2ece 100644
--- a/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
+++ b/chrome/browser/resources/chromeos/login/custom_elements_oobe.js
@@ -8,12 +8,14 @@
<include src="controller-pairing-screen.js">
<include src="gaia_buttons.js">
+<include src="gaia_card.js">
+<include src="gaia_header.js">
<include src="gaia_input_form.js">
<include src="gaia_input.js">
<include src="gaia_password_changed.js">
<include src="host-pairing-screen.js">
<include src="html-echo.js">
-<include src="indeterminate-progress.js">
<include src="notification_card.js">
<include src="offline_gaia.js">
<include src="saml_confirm_password.js">
+<include src="throbber_notice.js">

Powered by Google App Engine
This is Rietveld 408576698