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

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

Issue 2110653003: CUPS: MD Settings printers subpage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address stevenjb@'s comments. Created 4 years, 5 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/settings/icons.html
diff --git a/chrome/browser/resources/settings/icons.html b/chrome/browser/resources/settings/icons.html
index 5ded3d2fc55690fd5eb16067b3756799ed4cb573..750429f4bb46eb28c083676060ab78ff839bf62e 100644
--- a/chrome/browser/resources/settings/icons.html
+++ b/chrome/browser/resources/settings/icons.html
@@ -18,6 +18,16 @@
<path fill="none" d="M1 1h22v22H1z"></path>
</g>
+ <!-- The Google Cloud Printing icon in the Chrome Settings page. -->
+ <!-- See https://drive.google.com/corp/drive/u/0/folders/0B_2Uyb2Rhx2OM1MzUmY0TEtzak0 for more info. -->
michaelpg 2016/07/13 21:14:49 Probably shouldn't include corp links in source.
xdai1 2016/07/14 17:48:33 Removed it.
+ <g id="cloud-printing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" width="40px" height="40px" viewBox="0 0 40 40" >
+ <g transform="translate(-1256.000000, -178.000000)" fill="#000000">
+ <g transform="translate(1256.000000, 178.000000)">
michaelpg 2016/07/13 21:14:49 Please clean up these transforms (they just revers
+ <path d="M28,34 L12,34 L12,28.666 L12,24 L28,24 L28,28.666 L28,34 Z M32.25,12.066 C31.116,6.316 26.066,2 20,2 C15.184,2 11,4.734 8.916,8.734 C3.9,9.266 0,13.516 0,18.666 C0,23.498 3.44,27.536 8,28.464 L8,38 L32,38 L32,28.632 C36.442,28.454 40,24.82 40,20.334 C40,15.934 36.584,12.366 32.25,12.066 L32.25,12.066 Z"></path>
+ </g>
+ </g>
+ </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.

Powered by Google App Engine
This is Rietveld 408576698