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

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: Fixed nits Created 9 years, 3 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 | « chrome/renderer/print_web_view_helper_browsertest.cc ('k') | printing/printing_context_mac.h » ('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 7240340a8735dcbca3e7f7f44140baf2989e53e9..99b28928c23750ba02f60db0f462768ab410dec2 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 {
+ GRAY = 1,
+ COLOR,
+ CMYK,
+};
+
} // namespace printing
#endif // PRINTING_PRINT_JOB_CONSTANTS_H_
« no previous file with comments | « chrome/renderer/print_web_view_helper_browsertest.cc ('k') | printing/printing_context_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698