| Index: ppapi/proxy/ppapi_messages_internal.h
|
| diff --git a/ppapi/proxy/ppapi_messages_internal.h b/ppapi/proxy/ppapi_messages_internal.h
|
| index 2bc4da4a6e117c7048a7ccc13f8bc78b82a8bd7c..f5d6b4edb9185bbedddb06fc369d831ebd10a938 100644
|
| --- a/ppapi/proxy/ppapi_messages_internal.h
|
| +++ b/ppapi/proxy/ppapi_messages_internal.h
|
| @@ -329,6 +329,24 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlash_NavigateToURL,
|
| std::string /* url */,
|
| std::string /* target */,
|
| PP_Bool /* result */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_RunMessageLoop,
|
| + PP_Instance /* instance */)
|
| +IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop,
|
| + PP_Instance /* instance */)
|
| +
|
| +// PPB_Flash_Menu
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashMenu_Create,
|
| + PP_Instance /* instance */,
|
| + pp::proxy::SerializedFlashMenu /* menu_data */,
|
| + pp::proxy::HostResource /* result */)
|
| +IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFlashMenu_Show,
|
| + pp::proxy::HostResource /* menu */,
|
| + PP_Point /* location */)
|
| +IPC_MESSAGE_ROUTED3(PpapiMsg_PPBFlashMenu_ShowACK,
|
| + pp::proxy::HostResource /* menu */,
|
| + int32_t /* selected_id */,
|
| + int32_t /* result */)
|
| +
|
|
|
| // PPB_Font.
|
| IPC_SYNC_MESSAGE_ROUTED2_3(
|
|
|