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

Unified Diff: printing/print_job_constants.cc

Issue 78173002: Pass PWG raster conversion settings from Preview to Converter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index 25b5b499bdf947887983f028863157fa5970898d..9a28ddb132570277b05abcb15d92b5f4cd67ffd0 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -105,6 +105,10 @@ const char kSettingPageRangeFrom[] = "from";
// The last page of a page range. (1-based)
const char kSettingPageRangeTo[] = "to";
+// Page size of document to print.
+const char kSettingPageWidth[] = "pageWidth";
+const char kSettingPageHeight[] = "pageHeight";
+
const char kSettingPreviewModifiable[] = "previewModifiable";
// Keys that specifies the printable area details.
« no previous file with comments | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698