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

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: Format the Google cloud printing icon. 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..9f332b18842a4ec27f2278011d8631a4700a0ad7 100644
--- a/chrome/browser/resources/settings/icons.html
+++ b/chrome/browser/resources/settings/icons.html
@@ -18,6 +18,11 @@
<path fill="none" d="M1 1h22v22H1z"></path>
</g>
+ <!-- The Google Cloud Printing icon in the Chrome Settings page. -->
+ <g id="cloud-printing">
+ <path d="M16.8 20.4H7.2v-6h9.6v6zm2.55-13.16C18.67 3.79 15.64 1.2 12 1.2c-2.89 0-5.4 1.64-6.65 4.04C2.34 5.56 0 8.11 0 11.2c0 2.9 2.064 5.322 4.8 5.878V22.8h14.4v-5.62c2.665-.108 4.8-2.288 4.8-4.98 0-2.64-2.05-4.78-4.65-4.96z" fill-rule="evenodd"></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.

Powered by Google App Engine
This is Rietveld 408576698