Index: chrome/common/render_messages_internal.h |
=================================================================== |
--- chrome/common/render_messages_internal.h (revision 75293) |
+++ chrome/common/render_messages_internal.h (working copy) |
@@ -129,6 +129,10 @@ |
IPC_MESSAGE_ROUTED0(ViewMsg_PrintNodeUnderContextMenu) |
+// Tells the renderer to print the print preview tab's PDF plugin without |
+// showing the print dialog. |
+IPC_MESSAGE_ROUTED0(ViewMsg_PrintForPrintPreview) |
+ |
// Tells the render view to close. |
IPC_MESSAGE_ROUTED0(ViewMsg_Close) |