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

Unified Diff: printing/print_job_constants.cc

Issue 12209086: Page range comparisons should use document size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index cd0aaae8ea4c8117f56e085370751505707676a6..f659aeded3bab3d859db4bcacdffaeef8226c790 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -93,6 +93,9 @@ const char kSettingMarginsCustom[] = "marginsCustom";
// MarginType enum.
const char kSettingMarginsType[] = "marginsType";
+// Number of pages to print.
+const char kSettingPreviewPageCount[] = "pageCount";
+
// A page range.
const char kSettingPageRange[] = "pageRange";
« chrome/browser/resources/print_preview/preview_generator.js ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698