Chromium Code Reviews| Index: chrome/common/print_messages.h |
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
| index 8773baebc53b98e5e1db08b2064b47cfe2765f71..7da793628227fb31d1cd45a5633d19fda2766f5d 100644 |
| --- a/chrome/common/print_messages.h |
| +++ b/chrome/common/print_messages.h |
| @@ -50,6 +50,9 @@ IPC_STRUCT_BEGIN(PrintMsg_Print_Params) |
| IPC_STRUCT_MEMBER(bool, supports_alpha_blend) |
| IPC_STRUCT_MEMBER(int, preview_request_id) |
| + |
| + // Specifies if the header and footer should be printed. |
|
Chris Guillory
2011/07/26 00:10:45
Optional: printed -> rendered
Aayush Kumar
2011/07/26 01:55:41
Done.
|
| + IPC_STRUCT_MEMBER(bool, display_header_footer) |
| IPC_STRUCT_END() |
| IPC_STRUCT_BEGIN(PrintMsg_PrintPage_Params) |