| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 57901c59f1b4a0a1e55fddfe58740e4ad66c7812..333b93d147bbec5e8dc1bad17f230e409250bf8b 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -707,6 +707,16 @@ IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFlashClipboard_WritePlainText,
|
| PP_Instance /* instance */,
|
| int /* clipboard_type */,
|
| ppapi::proxy::SerializedVar /* text */)
|
| +IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_ReadData,
|
| + PP_Instance /* instance */,
|
| + int /* clipboard_type */,
|
| + int /* format */,
|
| + ppapi::proxy::SerializedVar /* result */)
|
| +IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFlashClipboard_WriteData,
|
| + PP_Instance /* instance */,
|
| + int /* clipboard_type */,
|
| + std::vector<ppapi::proxy::SerializedVar> /* formats */,
|
| + std::vector<ppapi::proxy::SerializedVar> /* data */)
|
|
|
| // PPB_Flash_File_FileRef.
|
| IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlashFile_FileRef_OpenFile,
|
|
|