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

Unified Diff: printing/print_job_constants.h

Issue 388783003: Add support to send print preset options in one message (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback (add DUPLEX_MODE_LAST) Created 6 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
Index: printing/print_job_constants.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index 257cba6d75d1a7aa083d38f8258b45706586e47b..ed7e59cc16010caec87be4cbbb14f23bcb12cb92 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -91,6 +91,7 @@ enum DuplexMode {
SIMPLEX,
LONG_EDGE,
SHORT_EDGE,
+ DUPLEX_MODE_LAST = SHORT_EDGE
};
// Specifies the horizontal alignment of the headers and footers.
« chrome/common/print_messages.h ('K') | « chrome/renderer/printing/print_web_view_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698