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

Unified Diff: printing/print_job_constants.cc

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for the failing tests Created 5 years, 4 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 ffaa88513d17f9699f50282b267940c4e2977234..bcc7ab8c69382ce783e83dddaa07209e39c8afc7 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -54,6 +54,9 @@ const char kSettingDeviceName[] = "deviceName";
// Option to disable scaling. True if scaling is disabled else false.
const char kSettingDisableScaling[] = "disableScaling";
+// Option to print a distilled page: true if requested, false if not.
+const char kSettingDistillPageEnabled[] = "distillPage";
+
// Print job duplex mode.
const char kSettingDuplexMode[] = "duplex";

Powered by Google App Engine
This is Rietveld 408576698