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

Unified Diff: printing/print_job_constants.cc

Issue 1556463003: Mark printing code as basic printing and/or print preview code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « printing/print_job_constants.h ('k') | printing/printing_context.cc » ('j') | 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 bcc7ab8c69382ce783e83dddaa07209e39c8afc7..4d64d1b3059fcc8e58aa85064ecad37a74ce04be 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -176,8 +176,10 @@ const char kSettingShouldPrintBackgrounds[] = "shouldPrintBackgrounds";
// Whether to print selection only.
const char kSettingShouldPrintSelectionOnly[] = "shouldPrintSelectionOnly";
-// Whether to print selection only.
+#if defined(ENABLE_BASIC_PRINTING)
+// Whether to print using the system dialog.
const char kSettingShowSystemDialog[] = "showSystemDialog";
+#endif
// Indices used to represent first preview page and complete preview document.
const int FIRST_PAGE_INDEX = 0;
« no previous file with comments | « printing/print_job_constants.h ('k') | printing/printing_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698