| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index ee5bf448567f79c4e2684c93db1211cc49646804..618ece5b3ceffdf4cd6cec9996584dbb2da9378f 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -60,11 +60,6 @@ IPC_STRUCT_BEGIN(PrintMsg_PrintPage_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)
|
| -
|
| - // The page number in the resulting document. If the user is only printing
|
| - // page 2, |page_number| above will 1, but |page_slot| will be 0, as it's the
|
| - // first page in the final document.
|
| - IPC_STRUCT_MEMBER(int, page_slot)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(PrintMsg_PrintPages_Params)
|
|
|