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

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

Issue 599273004: Polished UI for the host side of pairing flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Fixed error in Oobe initialization. Created 6 years, 3 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/html-echo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/html-echo.html
diff --git a/chrome/browser/resources/chromeos/login/html-echo.html b/chrome/browser/resources/chromeos/login/html-echo.html
new file mode 100644
index 0000000000000000000000000000000000000000..7084fcf080aa035950e5c17c2c4ad73efe1891fb
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/html-echo.html
@@ -0,0 +1,14 @@
+<!--
+ The <html-echo> injects given |content| into its innerHTML, bypassing HTML
+ escaping, which is always made by Polymer when we insert the result of an
+ Polymer expresion into element's body.
+
+ Example:
+
+ <html-echo content="<div>Hello</div>"></html-element>
+
+ will be equivalent to:
+
+ <span><div>Hello</div></span>
+-->
+<polymer-element name="html-echo" attributes="content"></polymer-element>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/html-echo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698