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

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

Issue 2788743002: Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content (Closed)
Patch Set: Fix typo and make manager.js closure deps include cleanup_browser_proxy 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>
17 </defs>
18 </svg>
19 </iron-iconset-svg>
OLDNEW
« no previous file with comments | « chrome/browser/resources/cleanup_tool/compiled_resources2.gyp ('k') | chrome/browser/resources/cleanup_tool/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698