Index: chrome/common/print_messages.h |
=================================================================== |
--- chrome/common/print_messages.h (revision 105575) |
+++ chrome/common/print_messages.h (working copy) |
@@ -281,6 +281,9 @@ |
// Tells a renderer to stop blocking script initiated printing. |
IPC_MESSAGE_ROUTED0(PrintMsg_ResetScriptedPrintCount) |
+// Tells a renderer print preview has finished so it can exit its nested loop. |
+IPC_MESSAGE_ROUTED0(PrintMsg_PrintPreviewDone) |
+ |
// Messages sent from the renderer to the browser. |
#if defined(OS_WIN) |