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

Unified Diff: chrome/renderer/mock_printer.h

Issue 7621087: Print Preview: Go from event driven print preview back to print preview with sync messages. The s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: change print preview id, address comments, fix tests Created 9 years, 4 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/renderer/mock_printer.h
===================================================================
--- chrome/renderer/mock_printer.h (revision 97484)
+++ chrome/renderer/mock_printer.h (working copy)
@@ -133,6 +133,7 @@
// Used only in the preview sequence.
bool is_first_request_;
+ int preview_ui_id_;
int preview_request_id_;
// Used for displaying headers and footers.
@@ -169,6 +170,7 @@
int document_cookie_;
bool selection_only_;
bool supports_alpha_blend_;
+ int preview_ui_id_;
int preview_request_id_;
bool is_first_request_;
bool display_header_footer_;

Powered by Google App Engine
This is Rietveld 408576698