| Index: content/common/clipboard_messages.h
|
| diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h
|
| index 6a4cf6c589836b385c3450a52ee17851dfcfbe18..7900a4676396779d4a1261883e24d1d9204d46d5 100644
|
| --- a/content/common/clipboard_messages.h
|
| +++ b/content/common/clipboard_messages.h
|
| @@ -70,6 +70,9 @@ IPC_SYNC_MESSAGE_CONTROL1_4(ClipboardHostMsg_ReadHTML,
|
| GURL /* url */,
|
| uint32 /* fragment start */,
|
| uint32 /* fragment end */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_ReadRTF,
|
| + ui::Clipboard::Buffer /* buffer */,
|
| + std::string /* result */)
|
| IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadImage,
|
| ui::Clipboard::Buffer /* buffer */,
|
| base::SharedMemoryHandle /* PNG-encoded image */,
|
|
|