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

Unified Diff: chrome/browser/resources/md_history/history_icons.html

Issue 1928243002: MD History: Only load needed paper-icon-buttons instead of whole set of icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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/md_history/history_icons.html
diff --git a/chrome/browser/resources/md_history/history_icons.html b/chrome/browser/resources/md_history/history_icons.html
new file mode 100644
index 0000000000000000000000000000000000000000..890b71fc05aa16a9d61220cc9cbf26ec87858fad
--- /dev/null
+++ b/chrome/browser/resources/md_history/history_icons.html
@@ -0,0 +1,9 @@
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html">
+
+<iron-iconset-svg size="24" name="history-icons">
michaelpg 2016/05/11 16:50:48 optional nit: i'm trying to start a convention of
lshang 2016/05/12 04:30:26 I use cr:star so this history-icons.html is not ne
+ <svg>
+ <defs>
+ <g id="star"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path></g>
michaelpg 2016/05/11 16:50:48 you can use the one in cr_elements/icons.html, jus
lshang 2016/05/12 04:30:26 Done.
+ </defs>
+ </svg>
+</iron-iconset-svg>

Powered by Google App Engine
This is Rietveld 408576698