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

Unified Diff: trunk/src/printing/backend/print_backend.cc

Issue 319373004: Revert 275646 "Generalize printer color model handling, get rid ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/printing/backend/print_backend.h ('k') | trunk/src/printing/backend/print_backend_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/printing/backend/print_backend.cc
===================================================================
--- trunk/src/printing/backend/print_backend.cc (revision 275710)
+++ trunk/src/printing/backend/print_backend.cc (working copy)
@@ -19,9 +19,12 @@
duplex_capable(false),
duplex_default(UNKNOWN_DUPLEX_MODE),
color_changeable(false),
- color_default(false),
+ color_default(false)
+#if defined (OS_POSIX)
+ ,
color_model(UNKNOWN_COLOR_MODEL),
bw_model(UNKNOWN_COLOR_MODEL)
+#endif
{}
PrinterSemanticCapsAndDefaults::~PrinterSemanticCapsAndDefaults() {}
« no previous file with comments | « trunk/src/printing/backend/print_backend.h ('k') | trunk/src/printing/backend/print_backend_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698