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

Unified Diff: printing/print_settings.cc

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Fix clang compile Created 3 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
Index: printing/print_settings.cc
diff --git a/printing/print_settings.cc b/printing/print_settings.cc
index 00e1ccef113d6b0eba314831c75e07cbf3f60be4..a234cd92575331ddfac924fb12c5091723fa60b4 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -153,7 +153,7 @@ void PrintSettings::Clear() {
supports_alpha_blend_ = true;
#if defined(OS_WIN)
print_text_with_gdi_ = false;
- printer_is_xps_ = false;
+ printer_type_ = PrintSettings::PrinterType::TYPE_NONE;
#endif
}

Powered by Google App Engine
This is Rietveld 408576698