| Index: ppapi/proxy/ppapi_messages_internal.h
|
| diff --git a/ppapi/proxy/ppapi_messages_internal.h b/ppapi/proxy/ppapi_messages_internal.h
|
| index 129502a643b9889a8f333f20f042038f9a68b1a8..e37f65b54870549461cd71baf7cdbf8f0da24da9 100644
|
| --- a/ppapi/proxy/ppapi_messages_internal.h
|
| +++ b/ppapi/proxy/ppapi_messages_internal.h
|
| @@ -356,6 +356,16 @@ IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_RunMessageLoop,
|
| IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop,
|
| PP_Instance /* instance */)
|
|
|
| +// PPB_Flash_Clipboard.
|
| +IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashClipboard_ReadPlainText,
|
| + PP_Instance /* instance */,
|
| + int /* clipboard_type */,
|
| + pp::proxy::SerializedVar /* result */)
|
| +IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFlashClipboard_WritePlainText,
|
| + PP_Instance /* instance */,
|
| + int /* clipboard_type */,
|
| + pp::proxy::SerializedVar /* text */)
|
| +
|
| // PPB_Flash_File_FileRef.
|
| IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlashFile_FileRef_OpenFile,
|
| pp::proxy::HostResource /* file_ref */,
|
|
|