Chromium Code Reviews| 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_; |