diff options
author | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-08 20:13:41 +0000 |
---|---|---|
committer | kmadhusu@chromium.org <kmadhusu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-08 20:13:41 +0000 |
commit | 7e86d8b41a4b8740732a45c1d4bc444ae6a2cc49 (patch) | |
tree | a7e7d57b09475aab34ec8dc71036cb579c6cd292 /printing/print_job_constants.h | |
parent | f969c3779e9dddc84ac219d4b5f539dee78ad535 (diff) | |
download | chromium_src-7e86d8b41a4b8740732a45c1d4bc444ae6a2cc49.zip chromium_src-7e86d8b41a4b8740732a45c1d4bc444ae6a2cc49.tar.gz chromium_src-7e86d8b41a4b8740732a45c1d4bc444ae6a2cc49.tar.bz2 |
PrintPreview: Added code to identify the printer default duplex value.
Added code to identify the printer default duplex value. If we are
unable to get the default value, hide the two sided option in the preview tab.
BUG=89204
TEST=Please refer to bug description.
Review URL: http://codereview.chromium.org/7817013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/print_job_constants.h')
-rw-r--r-- | printing/print_job_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h index 99b2892..ebd63c2 100644 --- a/printing/print_job_constants.h +++ b/printing/print_job_constants.h @@ -49,6 +49,7 @@ PRINTING_EXPORT extern const int COMPLETE_PREVIEW_DOCUMENT_INDEX; // Print job duplex mode values. enum DuplexMode { + UNKNOWN_DUPLEX_MODE = -1, SIMPLEX, LONG_EDGE, SHORT_EDGE, |