| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index 0efea966a0d8b5e7510d83bdb526e60d8c85b82e..9611a2cf8faeaf88a3b7b2e522f15c76a8d67bac 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -267,6 +267,9 @@ IPC_MESSAGE_ROUTED0(PrintMsg_InitiatePrintPreview)
|
| // node, depending on which mode the render view is in.
|
| IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
|
|
|
| +// Tells the render view to initiate printing to a metafile.
|
| +IPC_MESSAGE_ROUTED0(PrintMsg_PrintForFile)
|
| +
|
| // Tells the renderer to print the print preview tab's PDF plugin without
|
| // showing the print dialog. (This is the final step in the print preview
|
| // workflow.)
|
|
|