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

Unified Diff: chrome/browser/resources/user_manager/user_manager.html

Issue 2007133006: Use svg icon to avoid lazy loading of Polymer elements for user pods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: chrome/browser/resources/user_manager/user_manager.html
diff --git a/chrome/browser/resources/user_manager/user_manager.html b/chrome/browser/resources/user_manager/user_manager.html
index c884632f13ebbbdc873a5441f10a8116318a7622..73fa6263b346b0705f80e7f9ac82ce8cdcb615dd 100644
--- a/chrome/browser/resources/user_manager/user_manager.html
+++ b/chrome/browser/resources/user_manager/user_manager.html
@@ -17,6 +17,9 @@
<link rel="stylesheet" href="control_bar.css">
<link rel="stylesheet" href="user_manager.css">
<link rel="stylesheet" href="user_manager_tutorial.css">
+<!-- Import paper-button to use in user_pod_template.html -->
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<!-- framework imports -->
<!-- as per chrome/browser/resources/chromeos/login/login_resources.html -->
<script src="chrome://resources/js/action_link.js"></script>

Powered by Google App Engine
This is Rietveld 408576698