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

Unified Diff: printing/print_job_constants.h

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.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index c038eb00cbbeaae48202700da31e1a8bd4e36ca1..526f8ee34f8bf79b408aa0126d7ee6922acfeb55 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -53,10 +53,7 @@ PRINTING_EXPORT extern const char kSettingShouldPrintSelectionOnly[];
PRINTING_EXPORT extern const int FIRST_PAGE_INDEX;
PRINTING_EXPORT extern const int COMPLETE_PREVIEW_DOCUMENT_INDEX;
-
-#if defined(OS_MACOSX)
Noam Samuel 2013/10/28 21:52:39 Is "Preview" a reference to print preview, or the
Vitaly Buka (NO REVIEWS) 2013/10/28 21:58:10 Yes. It's MacOSX preview. I'd like to have code le
Noam Samuel 2013/10/28 22:03:01 Maybe it's worth a comment explaining it? I could
Vitaly Buka (NO REVIEWS) 2013/10/28 22:12:52 Done.
PRINTING_EXPORT extern const char kSettingOpenPDFInPreview[];
-#endif // defined(OS_MACOSX)
#if defined (USE_CUPS)
// Printer color models

Powered by Google App Engine
This is Rietveld 408576698