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

Unified Diff: printing/print_job_constants.cc

Issue 2524143003: Print Preview: Add option to rasterize PDFs and add JPEG compression. (Closed)
Patch Set: Clean up JS Created 4 years 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 6dad017ceeb390c7f9aafb8568fc1b6946e37040..b626e93d02130c6ca0785c6437068ae2568b1a2c 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -172,6 +172,9 @@ const char kSettingPrintWithExtension[] = "printWithExtension";
// Scaling factor
const char kSettingScaleFactor[] = "scaleFactor";
+// Scaling factor
Lei Zhang 2017/02/25 01:01:17 Copy pasta
+const char kSettingRasterizePdf[] = "rasterizePDF";
+
// Ticket option. Contains the ticket in CJT format.
const char kSettingTicket[] = "ticket";

Powered by Google App Engine
This is Rietveld 408576698