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

Unified Diff: printing/print_job_constants.cc

Issue 47823002: De-duplicate job_settings parsing code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review Created 7 years, 2 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 f659aeded3bab3d859db4bcacdffaeef8226c790..00442783e30388759cdf817852682296f455147a 100644
--- a/printing/print_job_constants.cc
+++ b/printing/print_job_constants.cc
@@ -129,9 +129,7 @@ const char kSettingShouldPrintSelectionOnly[] = "shouldPrintSelectionOnly";
const int FIRST_PAGE_INDEX = 0;
const int COMPLETE_PREVIEW_DOCUMENT_INDEX = -1;
-#if defined(OS_MACOSX)
const char kSettingOpenPDFInPreview[] = "OpenPDFInPreview";
-#endif
#if defined (USE_CUPS)
const char kBlack[] = "Black";

Powered by Google App Engine
This is Rietveld 408576698