Chromium Code Reviews| Index: chrome/common/print_messages.h |
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
| index 14f53c851212eacff28af0433c35a050859fca96..126e3f61366c89011eae9331b877781407aee75d 100644 |
| --- a/chrome/common/print_messages.h |
| +++ b/chrome/common/print_messages.h |
| @@ -41,6 +41,7 @@ struct PrintMsg_Print_Params { |
| std::string preview_ui_addr; |
| int preview_request_id; |
| bool is_first_request; |
| + bool fit_to_paper_size; |
| bool print_to_pdf; |
| bool display_header_footer; |
| string16 date; |