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

Unified Diff: chrome/browser/resources/chromeos/login/html-echo.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/html-echo.html
diff --git a/chrome/browser/resources/chromeos/login/html-echo.html b/chrome/browser/resources/chromeos/login/html-echo.html
index fdd145cc293d0a27ac101af551f6e98337dea0c2..f6aa348fe062fb3d46bf7aaf9df3d8635d2fa884 100644
--- a/chrome/browser/resources/chromeos/login/html-echo.html
+++ b/chrome/browser/resources/chromeos/login/html-echo.html
@@ -1,4 +1,9 @@
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<!-- Copyright 2015 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. -->
+
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+
<!--
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
@@ -12,4 +17,5 @@
<span><div>Hello</div></span>
-->
-<polymer-element name="html-echo" attributes="content"></polymer-element>
+<dom-module name="html-echo"></dom-module>
+

Powered by Google App Engine
This is Rietveld 408576698