| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index 8773baebc53b98e5e1db08b2064b47cfe2765f71..e2d9d0d6045a3a660c8d7c6f3e277b588049f53f 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 rendered.
|
| + IPC_STRUCT_MEMBER(bool, display_header_footer)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(PrintMsg_PrintPage_Params)
|
|
|