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

Unified Diff: printing/print_settings.cc

Issue 2395373003: M54: Fix printing with XPS printers on Windows. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « printing/print_settings.h ('k') | printing/print_settings_initializer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/print_settings.cc
diff --git a/printing/print_settings.cc b/printing/print_settings.cc
index b680e71eb1ff3523168ebb6bf4ff99a504195c5c..c4e22e09bb4b9ba984922f17872122c61084957b 100644
--- a/printing/print_settings.cc
+++ b/printing/print_settings.cc
@@ -151,6 +151,7 @@ void PrintSettings::Clear() {
duplex_mode_ = UNKNOWN_DUPLEX_MODE;
#if defined(OS_WIN)
print_text_with_gdi_ = false;
+ printer_is_xps_ = false;
#endif
}
« no previous file with comments | « printing/print_settings.h ('k') | printing/print_settings_initializer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698