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

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

Issue 642313002: Implemented UI for the meetings controller out-of-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Empty line removed. Created 6 years, 2 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 7084fcf080aa035950e5c17c2c4ad73efe1891fb..67c2a0e4b3a9713fc7ba80c2778d5c59d772b6bd 100644
--- a/chrome/browser/resources/chromeos/login/html-echo.html
+++ b/chrome/browser/resources/chromeos/login/html-echo.html
@@ -1,3 +1,4 @@
+<link rel="import" href="polymer/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

Powered by Google App Engine
This is Rietveld 408576698