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

Unified Diff: chrome/browser/ui/webui/print_preview/print_preview_handler.h

Issue 2961863002: Print Preview: close dialog when system dialog is open (Win) (Closed)
Patch Set: Address comments Created 3 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
Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
index 35b50cf1ba0244d605dc43f88afd8fb5e006f988..3fc478f6df48099b254b681173b765a7a2be6c43 100644
--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
@@ -432,7 +432,9 @@ class PrintPreviewHandler
// Callback ID to be used to notify UI that PDF file selection has finished.
std::string pdf_callback_id_;
- bool printing_started_ = false;
+ // Print settings to use in the local print request to send when
+ // HandleHidePreview() is called.
+ std::unique_ptr<base::DictionaryValue> settings_;
// Proxy for calls to the print backend. Lazily initialized since web_ui() is
// not available at construction time.

Powered by Google App Engine
This is Rietveld 408576698