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

Unified Diff: printing/print_settings.cc

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Rebase 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..fcdacf6f176fabe20d55b6b207e6cf357f60a97d 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -154,6 +154,8 @@ void PrintSettings::Clear() {
#if defined(OS_WIN)
print_text_with_gdi_ = false;
printer_is_xps_ = false;
+ printer_is_ps2_ = false;
+ printer_is_ps3_ = false;
#endif
}

Powered by Google App Engine
This is Rietveld 408576698