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

Unified Diff: chrome/browser/resources/md_extensions/icons.html

Issue 1950303002: MD Extensions: Fix sidebar icons by including iron-icons.html (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_extensions/icons.html
diff --git a/chrome/browser/resources/md_extensions/icons.html b/chrome/browser/resources/md_extensions/icons.html
index 0d93dfb2e9b7ad4b7ce37a4a1afdee17f1c60c9c..e3fdfa649bcaeab004d71af05e16b8ef320a7b9b 100644
--- a/chrome/browser/resources/md_extensions/icons.html
+++ b/chrome/browser/resources/md_extensions/icons.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
Devlin 2016/05/05 15:55:01 Shouldn't this be imported by sidebar.html instead
michaelpg 2016/05/05 16:10:15 I'm ambivalent: either make icons.html the "hub" w
<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html">
<iron-iconset-svg name="extensions-icons" size="24">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698