| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index 618ece5b3ceffdf4cd6cec9996584dbb2da9378f..cdcc8afbf2192229bfd5f530f797ea2440c8917a 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)
|
|
|