Index: chrome/common/print_messages.h |
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h |
index a12b38f8d2ae53ecbe656841759c48d66f0b6312..2b1163619b5319d7d476aa364b742d16c46ba9e9 100644 |
--- a/chrome/common/print_messages.h |
+++ b/chrome/common/print_messages.h |
@@ -343,7 +343,7 @@ IPC_MESSAGE_CONTROL1(PrintHostMsg_TempFileForPrintingWritten, |
#endif |
// Asks the browser to do print preview. |
-IPC_MESSAGE_ROUTED0(PrintHostMsg_RequestPrintPreview) |
+IPC_MESSAGE_ROUTED1(PrintHostMsg_RequestPrintPreview, bool /* is_modifiable */) |
// Notify the browser the number of pages in the print preview document. |
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetPreviewPageCount, |