| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 215615)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -1905,10 +1905,11 @@
|
|
|
| // 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
|
|
|