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

Unified Diff: printing/print_settings_initializer_win.h

Issue 2714073002: Eliminate PS printing edge cases (Closed)
Patch Set: Fix compile errors Created 3 years, 10 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_initializer_win.h
diff --git a/printing/print_settings_initializer_win.h b/printing/print_settings_initializer_win.h
index 515f8e6e7caee60444baa460874d2a024e822fd8..a5b687ef56f04e78e7413b3d8cd6ec6c7b575174 100644
--- a/printing/print_settings_initializer_win.h
+++ b/printing/print_settings_initializer_win.h
@@ -23,7 +23,8 @@ class PRINTING_EXPORT PrintSettingsInitializerWin {
public:
static void InitPrintSettings(HDC hdc,
const DEVMODE& dev_mode,
- PrintSettings* print_settings);
+ PrintSettings* print_settings,
+ bool postscript_enabled);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(PrintSettingsInitializerWin);

Powered by Google App Engine
This is Rietveld 408576698