| Index: components/printing/common/print_messages.h
|
| diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
|
| index 84ffce672103a65f0a6157c47dc95656a7965e04..d11d28dee8d067d142cf9b16f4130c1aeba63a03 100644
|
| --- a/components/printing/common/print_messages.h
|
| +++ b/components/printing/common/print_messages.h
|
| @@ -168,16 +168,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params)
|
| IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_BEGIN(PrintMsg_PrintPage_Params)
|
| - // Parameters to render the page as a printed page. It must always be the same
|
| - // value for all the document.
|
| - IPC_STRUCT_MEMBER(PrintMsg_Print_Params, params)
|
| -
|
| - // The page number is the indicator of the square that should be rendered
|
| - // according to the layout specified in PrintMsg_Print_Params.
|
| - IPC_STRUCT_MEMBER(int, page_number)
|
| -IPC_STRUCT_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(printing::PageRange)
|
| IPC_STRUCT_TRAITS_MEMBER(from)
|
| IPC_STRUCT_TRAITS_MEMBER(to)
|
|
|