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; |