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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/cleanup_tool/icons.html
diff --git a/chrome/browser/resources/cleanup_tool/icons.html b/chrome/browser/resources/cleanup_tool/icons.html
new file mode 100644
index 0000000000000000000000000000000000000000..cbf91f1cd77f157815328e988012fc556a0d1710
--- /dev/null
+++ b/chrome/browser/resources/cleanup_tool/icons.html
@@ -0,0 +1,19 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html">
+
+<iron-iconset-svg size="24" name="cleanup">
+ <svg>
+ <defs>
+ <!--
+ This icon is not from Polymer's iron-icons; it was manually edited to put
+ an exclamation mark inside of a shield.
+ -->
+ <g id="infected-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm1 12h-2V6h2v6zm0 4h-2v-2h2v2z"></path></g>
+ <!--
+ These icons are copied from Polymer's iron-icons and kept in sorted order.
+ See http://goo.gl/Y1OdAq for instructions on adding additional icons.
+ -->
+ <g id="verified-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 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>
+ </defs>
+ </svg>
+</iron-iconset-svg>
« 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