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

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: Adjust comment 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..b81f261d3e2b1fb36698074c1640e82b3727891c 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,8 @@ 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 print request.
Lei Zhang 2017/06/27 21:58:48 Mention this is for a local print request?
rbpotter 2017/06/28 00:18:58 Done.
+ 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