PrintPreview: [MAC] Set duplex binding settings in print ticket.
BUG=none
TEST=Set duplex binding settings in print preview tab and observe the printed data.
Review URL: http://codereview.chromium.org/6879054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82335 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index bbb8d2b..21a0199 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -15,6 +15,9 @@
// Number of copies.
const char kSettingCopies[] = "copies";
+// Print job duplex mode.
+const char kSettingDuplexMode[] = "duplex";
+
// Page orientation: true for landscape, false for portrait.
const char kSettingLandscape[] = "landscape";
@@ -24,7 +27,4 @@
// Print to PDF option: true if selected, false if not.
const char kSettingPrintToPDF[] = "printToPDF";
-// Print job duplex setting.
-const char kSettingTwoSided[] = "twoSided";
-
} // namespace printing