Chromium Code Reviews| 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. |