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

Unified Diff: printing/backend/cups_ipp_util.h

Issue 2117713002: Print directly to CUPS using the IPP APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ippRead
Patch Set: format and merge 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
« no previous file with comments | « printing/backend/cups_deleters.cc ('k') | printing/backend/cups_ipp_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/cups_ipp_util.h
diff --git a/printing/backend/cups_ipp_util.h b/printing/backend/cups_ipp_util.h
index 9887ca5664c8aa1a5f25470d98e42779c0152896..670a9e38f83f00a6ea1181d60c2adfdb799fdaec 100644
--- a/printing/backend/cups_ipp_util.h
+++ b/printing/backend/cups_ipp_util.h
@@ -13,6 +13,15 @@
namespace printing {
+extern const char kIppCollate[];
+extern const char kIppCopies[];
+extern const char kIppColor[];
+extern const char kIppMedia[];
+extern const char kIppDuplex[];
+
+extern const char kCollated[];
+extern const char kUncollated[];
+
// Returns the default ColorModel for |printer|.
ColorModel DefaultColorModel(const CupsOptionProvider& printer);
« no previous file with comments | « printing/backend/cups_deleters.cc ('k') | printing/backend/cups_ipp_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698