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

Unified Diff: printing/backend/print_backend_consts.cc

Issue 2618313004: [CUPS] Implement the enterprise icon for printers in Print Preview Dialog. (Closed)
Patch Set: Address dpapad@'s comments. 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
« no previous file with comments | « printing/backend/print_backend_consts.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_consts.cc
diff --git a/printing/backend/print_backend_consts.cc b/printing/backend/print_backend_consts.cc
index 1717a464738e08799afaa5c43f6ab65c0c4178fe..34b6a7e22e819ff64da27a8deda31f1f7d0f3c51 100644
--- a/printing/backend/print_backend_consts.cc
+++ b/printing/backend/print_backend_consts.cc
@@ -8,6 +8,7 @@
const char kCUPSBlocking[] = "cups_blocking";
const char kCUPSEncryption[] = "cups_encryption";
+const char kCUPSEnterprisePrinter[] = "cupsEnterprisePrinter";
const char kCUPSPrintServerURL[] = "print_server_url";
const char kDriverInfoTagName[] = "system_driverinfo";
const char kDriverNameTagName[] = "printer-make-and-model"; // Match CUPS.
« no previous file with comments | « printing/backend/print_backend_consts.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698