diff options
Diffstat (limited to 'ppapi/proxy/ppapi_messages.h')
-rw-r--r-- | ppapi/proxy/ppapi_messages.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h index 2889ea4..a62d87d 100644 --- a/ppapi/proxy/ppapi_messages.h +++ b/ppapi/proxy/ppapi_messages.h @@ -437,6 +437,13 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPClass_Deallocate, int64 /* ppp_class */, int64 /* object */) +// PPB_Flash_DeviceID. +IPC_MESSAGE_ROUTED4(PpapiMsg_PPBFlashDeviceID_GetReply, + int32 /* routing_id */, + PP_Resource /* resource */, + int32 /* result */, + std::string /* value */) + // PPP_Graphics3D_Dev. IPC_MESSAGE_ROUTED1(PpapiMsg_PPPGraphics3D_ContextLost, PP_Instance /* instance */) @@ -1259,6 +1266,11 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef, IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBFlash_InvokePrinting, PP_Instance /* instance */) +// PPB_Flash_DeviceID. +IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFlashDeviceID_Get, + int32 /* routing_id */, + PP_Resource /* resource */) + // PPB_Flash_Menu IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashMenu_Create, PP_Instance /* instance */, |