| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 2ecc03a7ca4eddbc4eb3e381c1495e9e0b0acab9..7800eeeb9aedae78ce13a8b65eb43df1f027d428 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -392,6 +392,11 @@ IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop,
|
| PP_Instance /* instance */)
|
|
|
| // PPB_Flash_Clipboard.
|
| +IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable,
|
| + PP_Instance /* instance */,
|
| + int /* clipboard_type */,
|
| + int /* format */,
|
| + bool /* result */)
|
| IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlashClipboard_ReadPlainText,
|
| PP_Instance /* instance */,
|
| int /* clipboard_type */,
|
|
|