Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index a12b38f8d2ae53ecbe656841759c48d66f0b6312..5beb85d89056971ab33de5800eaf52c200a76546 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -387,3 +387,7 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewCancelled, |
// driver is bogus). |
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, |
int /* document cookie */) |
+ |
+// Run a nested message loop in the renderer until print preview for |
+// window.print() finishes. |
+IPC_SYNC_MESSAGE_ROUTED0_0(PrintHostMsg_ScriptedPrintPreview) |