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

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: More refactors and remove tab_helpers dependency Created 5 years, 5 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
« printing/print_job_constants.h ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_job_constants.cc
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index ffaa88513d17f9699f50282b267940c4e2977234..c8a9cd173bde0431c252b86a565bfcbae821cf99 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 distilled page: true if requested, false if not.
+const char kSettingDistillPageEnabled[] = "distillPage";
+
// Option to print headers and Footers: true if selected, false if not.
const char kSettingHeaderFooterEnabled[] = "headerFooterEnabled";
« printing/print_job_constants.h ('K') | « printing/print_job_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698