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

Unified Diff: printing/print_job_constants.h

Issue 2739133002: Better detect options for Brother CUPS printers. (Closed)
Patch Set: Fix more color checks Created 3 years, 9 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_helper_unittest.cc ('k') | printing/print_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 1fffdd4a52979c37356a1a4a64922e9e763b0b97..a39afa59274ca36a2c7c09cb093ca6cc0cbe8aa5 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -132,15 +132,17 @@ enum ColorModel {
RGB,
RGB16,
RGBA,
- COLORMODE_COLOR, // Used in samsung printer ppds.
- COLORMODE_MONOCHROME, // Used in samsung printer ppds.
- HP_COLOR_COLOR, // Used in HP color printer ppds.
- HP_COLOR_BLACK, // Used in HP color printer ppds.
- PRINTOUTMODE_NORMAL, // Used in foomatic ppds.
- PRINTOUTMODE_NORMAL_GRAY, // Used in foomatic ppds.
- PROCESSCOLORMODEL_CMYK, // Used in canon printer ppds.
- PROCESSCOLORMODEL_GREYSCALE, // Used in canon printer ppds.
- PROCESSCOLORMODEL_RGB, // Used in canon printer ppds
+ COLORMODE_COLOR, // Used in Samsung printer PPDs.
+ COLORMODE_MONOCHROME, // Used in Samsung printer PPDs.
+ HP_COLOR_COLOR, // Used in HP color printer PPDs.
+ HP_COLOR_BLACK, // Used in HP color printer PPDs.
+ PRINTOUTMODE_NORMAL, // Used in Foomatic PPDs.
+ PRINTOUTMODE_NORMAL_GRAY, // Used in Foomatic PPDs.
+ PROCESSCOLORMODEL_CMYK, // Used in Canon printer PPDs.
+ PROCESSCOLORMODEL_GREYSCALE, // Used in Canon printer PPDs.
+ PROCESSCOLORMODEL_RGB, // Used in Canon printer PPDs
+ BROTHER_COLOR_COLOR, // Used in Brother color printer PPDs.
+ BROTHER_COLOR_BLACK, // Used in Brother color printer PPDs.
};
// What kind of margins to use.
« no previous file with comments | « printing/backend/cups_helper_unittest.cc ('k') | printing/print_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698