| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index c18ab5023a6dc24304db864f2c37db085cc060d6..282e23442d93abdc8e3319b074f4171973a384fa 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -83,6 +83,13 @@ IPC_MESSAGE_ROUTED5(PpapiMsg_PPBAudio_NotifyAudioStreamCreated,
|
| base::SharedMemoryHandle /* handle */,
|
| int32_t /* length */)
|
|
|
| +// PPB_Broker.
|
| +IPC_MESSAGE_ROUTED3(
|
| + PpapiMsg_PPBBroker_ConnectComplete,
|
| + pp::proxy::HostResource /* broker */,
|
| + IPC::PlatformFileForTransit /* handle */,
|
| + int32_t /* result */)
|
| +
|
| // PPB_FileChooser.
|
| IPC_MESSAGE_ROUTED3(
|
| PpapiMsg_PPBFileChooser_ChooseComplete,
|
| @@ -234,6 +241,13 @@ IPC_SYNC_MESSAGE_ROUTED2_1(
|
| uint32_t /* requested */,
|
| uint32_t /* result */)
|
|
|
| +// PPB_Broker.
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBBroker_Create,
|
| + PP_Instance /* instance */,
|
| + pp::proxy::HostResource /* result_resource */)
|
| +IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBBroker_Connect,
|
| + pp::proxy::HostResource /* broker */)
|
| +
|
| // PPB_Buffer.
|
| IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBBuffer_Create,
|
| PP_Instance /* instance */,
|
|
|