Index: chrome/renderer/print_web_view_helper.h |
=================================================================== |
--- chrome/renderer/print_web_view_helper.h (revision 132045) |
+++ chrome/renderer/print_web_view_helper.h (working copy) |
@@ -369,6 +369,9 @@ |
// the failure came from the browser in the first place. |
bool notify_browser_of_print_failure_; |
+ // True, when priniting from print preview. |
Lei Zhang
2012/04/13 21:49:40
nit: Typo.
gene
2012/04/13 22:11:02
Done.
|
+ bool printing_from_preview_; |
+ |
scoped_ptr<PrintMsg_PrintPages_Params> old_print_pages_params_; |
// Strings generated by the browser process to be printed as headers and |