diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index c8e27da..106f52f 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1905,10 +1905,11 @@ IPC_MESSAGE_CONTROL3(ViewHostMsg_OpenChannelToPpapiBroker, // Opens a Pepper file asynchronously. The response returns a file descriptor // and an error code from base/platform_file.h. -IPC_MESSAGE_ROUTED3(ViewHostMsg_AsyncOpenPepperFile, - base::FilePath /* file path */, - int /* pp_open_flags */, - int /* message_id */) +IPC_MESSAGE_CONTROL4(ViewHostMsg_AsyncOpenPepperFile, + int /* routing_id */, + base::FilePath /* file path */, + int /* pp_open_flags */, + int /* message_id */) // A renderer sends this to the browser process when it wants to access a PPAPI // broker. In contrast to ViewHostMsg_OpenChannelToPpapiBroker, this is called |