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

Unified Diff: printing/print_job_constants.h

Issue 7826040: PrintPreview: Fixed RICOH MP C3501 color print job issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 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: printing/print_job_constants.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 7240340a8735dcbca3e7f7f44140baf2989e53e9..e90ed96b0220f69c4f6d7e5bb98a913897cb7c00 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -67,6 +67,13 @@ enum VerticalHeaderFooterPosition {
BOTTOM
};
+// Print job color mode values.
+enum ColorMode {
+ CMYK,
vandebo (ex-Chrome) 2011/09/02 22:38:18 Is there a reason for this enum ordering? Putting
kmadhusu 2011/09/04 01:52:51 On Win, DMCOLOR_COLOR is 2 and DMCOLOR_MONOCHROME
+ GRAY,
+ COLOR,
+};
+
} // namespace printing
#endif // PRINTING_PRINT_JOB_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698