summaryrefslogtreecommitdiffstats
path: root/chrome/common/print_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/print_messages.h')
-rw-r--r--chrome/common/print_messages.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index ee5bf44..618ece5 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)