| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 65d7ee2b5cdf6653c422bcf542e4dded14a26e11..7a2d395aa2e989d2bd83d4ab47c6dfce8632ecc2 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1878,6 +1878,10 @@ IPC_MESSAGE_CONTROL3(PpapiHostMsg_FlashClipboard_WriteData,
|
| uint32_t /* clipboard_type */,
|
| std::vector<uint32_t> /* formats */,
|
| std::vector<std::string> /* data */)
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashClipboard_GetSequenceNumber,
|
| + uint32_t /* clipboard_type */)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_GetSequenceNumberReply,
|
| + uint64_t /* sequence_number */)
|
|
|
| // Flash file.
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_Create)
|
|
|