Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index dceb91d39f5dfe2d3cb92bace002657a57b46739..b19c223538e5c69248af0767df72540da716488b 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -714,14 +714,16 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable, |
int /* clipboard_type */, |
int /* format */, |
bool /* result */) |
-IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashClipboard_ReadPlainText, |
+IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_ReadData, |
PP_Instance /* instance */, |
int /* clipboard_type */, |
+ int /* format */, |
ppapi::proxy::SerializedVar /* result */) |
-IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFlashClipboard_WritePlainText, |
+IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFlashClipboard_WriteData, |
PP_Instance /* instance */, |
int /* clipboard_type */, |
- ppapi::proxy::SerializedVar /* text */) |
+ 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, |