Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index 5e5df3dafc414cb9c5c3b8cd057e235738bf325c..d7ffefe94f8a862db74a3d4a9f82254f16d84dcf 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -182,6 +182,9 @@ IPC_MESSAGE_ROUTED2(PrintHostMsg_DidGetPrintedPagesCount, |
int /* rendered document cookie */, |
int /* number of rendered pages */) |
+// Tells the browser that the print dialog has been shown. |
+IPC_MESSAGE_ROUTED0(PrintHostMsg_DidShowPrintDialog) |
+ |
// Sends back to the browser the rendered "printed page" that was requested by |
// a ViewMsg_PrintPage message or from scripted printing. The memory handle in |
// this message is already valid in the browser process. |