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

Side by Side Diff: chrome/browser/resources/md_downloads/icons.html

Issue 2893063002: [WebUI] move polymer.html to first import (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html">
3 4
4 <iron-iconset-svg name="downloads" size="24"> 5 <iron-iconset-svg name="downloads" size="24">
5 <svg> 6 <svg>
6 <defs> 7 <defs>
7 <!-- 8 <!--
8 These icons are copied from Polymer's iron-icons and kept in sorted order. 9 These icons are copied from Polymer's iron-icons and kept in sorted order.
9 See http://goo.gl/Y1OdAq for instructions on adding additional icons. 10 See http://goo.gl/Y1OdAq for instructions on adding additional icons.
10 --> 11 -->
11 <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4 .48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g> 12 <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4 .48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g>
12 </defs> 13 </defs>
13 </svg> 14 </svg>
14 </iron-iconset-svg> 15 </iron-iconset-svg>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/toolbar.html ('k') | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698