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

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: Simplify version of the HiddenPrintPreview and solved issues pointed out by the last review Created 5 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 ffaa88513d17f9699f50282b267940c4e2977234..3282fa07eee41e1877e6385f0ee980a01ba62526 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -64,6 +64,9 @@ const char kSettingFitToPageEnabled[] = "fitToPageEnabled";
// True, when a new set of draft preview data is required.
const char kSettingGenerateDraftData[] = "generateDraftData";
+// Option to print a simplified page: true if requested, false if not.
+const char kSettingPrintFriendlyEnabled[] = "printFriendly";
+
// Option to print headers and Footers: true if selected, false if not.
const char kSettingHeaderFooterEnabled[] = "headerFooterEnabled";

Powered by Google App Engine
This is Rietveld 408576698