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

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

Issue 2784653004: Cleanup Tool WebUI: Add HTML content and styling with dummy JS (Closed)
Patch Set: Port in review changes on now-deleted main.html to cleanup.html Created 3 years, 8 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
(Empty)
1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html">
3
4 <iron-iconset-svg size="24" name="cleanup">
5 <svg>
6 <defs>
7 <!--
8 This icon is not from Polymer's iron-icons; it was manually edited to put
9 an exclamation mark inside of a shield.
10 -->
11 <g id="infected-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.2 6 9-6.45 9-12V5l-9-4zm1 12h-2V6h2v6zm0 4h-2v-2h2v2z"></path></g>
12 <!--
13 These icons are copied from Polymer's iron-icons and kept in sorted order.
14 See http://goo.gl/Y1OdAq for instructions on adding additional icons.
15 -->
16 <g id="verified-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.2 6 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"></path ></g>
ftirelo 2017/03/29 20:59:11 Maybe rename this to "clean-user" to be consistent
proberge 2017/03/29 21:29:36 The icon is named verified-user in https://www.web
17 </defs>
18 </svg>
19 </iron-iconset-svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698