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

Unified Diff: printing/print_job_constants.cc

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: less and more Created 4 years, 6 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 4d64d1b3059fcc8e58aa85064ecad37a74ce04be..637491841a216e2a8d4671a9b4a7e7c6b0be6786 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -54,9 +54,6 @@ 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