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

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

Issue 2816713003: cros: Load pin assets on sign-in screen. (Closed)
Patch Set: Add change to md_login as well. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/custom_elements_login.html
diff --git a/chrome/browser/resources/chromeos/login/custom_elements_login.html b/chrome/browser/resources/chromeos/login/custom_elements_login.html
index c9353f79c17a64f485bbf6dc523a98a86b4a42c7..7e0334d404b0c50e009eb8e975f45e03d58a731e 100644
--- a/chrome/browser/resources/chromeos/login/custom_elements_login.html
+++ b/chrome/browser/resources/chromeos/login/custom_elements_login.html
@@ -1,3 +1,7 @@
+<!-- PIN keyboard is used outside of OOBE/login/lock so it includes the JS it
+ executes. This causes security errors if textually included here. -->
+<link rel="import" href="chrome://oobe/custom_elements/pin_keyboard.html">
+
<include src="gaia_buttons.html">
<include src="gaia_card.html">
<include src="gaia_header.html">
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698