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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2618313004: [CUPS] Implement the enterprise icon for printers in Print Preview Dialog. (Closed)
Patch Set: Address dbeam@'s comment. Rebase Created 3 years, 11 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/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index 6a4068bd5a8cffc2e3fc2afc2bfa22d6f3f6aaab..c9d38294b82eb593bdac8fef204d43676076f65b 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -403,6 +403,8 @@
file="resources\print_preview\images\printer.png" type="BINDATA" />
<include name="IDR_PRINT_PREVIEW_IMAGES_PRINTER_SHARED"
file="resources\print_preview\images\printer_shared.png" type="BINDATA" />
+ <include name="IDR_PRINT_PREVIEW_IMAGES_ENTERPRISE_PRINTER"
+ file="../../ui/webui/resources/images/business.svg" type="BINDATA" />
dpapad 2017/01/18 02:56:04 I don't see this file being added in this CL. Did
xdai1 2017/01/18 18:45:42 This is an existing file in the code base so I jus
<include name="IDR_PRINT_PREVIEW_IMAGES_GOOGLE_DOC"
file="resources\print_preview\images\google_doc.png" type="BINDATA" />
<include name="IDR_PRINT_PREVIEW_IMAGES_PDF"

Powered by Google App Engine
This is Rietveld 408576698