| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index c0e1a8a6187166ae4bb62425d1255d3b61f38774..41d012256f591be880cb4151ccfec05083db81c7 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -367,9 +367,12 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetPreviewPageCount,
|
| // selected printer and page size.
|
| // |has_custom_page_size_style| is true when the printing frame has a custom
|
| // page size css otherwise false.
|
| -IPC_MESSAGE_ROUTED2(PrintHostMsg_DidGetDefaultPageLayout,
|
| +// |header_footer_applies| is true when the printing frame has sufficient
|
| +// margin values to add header or footer.
|
| +IPC_MESSAGE_ROUTED3(PrintHostMsg_DidGetDefaultPageLayout,
|
| printing::PageSizeMargins /* page layout in points */,
|
| - bool /* has custom page size style */)
|
| + bool /* has custom page size style */,
|
| + bool /* header footer applies */)
|
|
|
| // Notify the browser a print preview page has been rendered.
|
| IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPreviewPage,
|
|
|