| Index: chrome/common/print_messages.h
|
| ===================================================================
|
| --- chrome/common/print_messages.h (revision 138102)
|
| +++ chrome/common/print_messages.h (working copy)
|
| @@ -356,7 +356,8 @@
|
| IPC_SYNC_MESSAGE_CONTROL0_2(PrintHostMsg_AllocateTempFileForPrinting,
|
| base::FileDescriptor /* temp file fd */,
|
| int /* fd in browser*/)
|
| -IPC_MESSAGE_CONTROL1(PrintHostMsg_TempFileForPrintingWritten,
|
| +IPC_MESSAGE_CONTROL2(PrintHostMsg_TempFileForPrintingWritten,
|
| + int /* render_view_id */,
|
| int /* fd in browser */)
|
| #endif
|
|
|
|
|