Index: content/common/clipboard_messages.h |
diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h |
index 93e26fed101f123eed9b5241452f35d71a16f8fe..00497dcad16fabc80e34a4bf96a66c57e5cc295a 100644 |
--- a/content/common/clipboard_messages.h |
+++ b/content/common/clipboard_messages.h |
@@ -55,6 +55,10 @@ IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadImage, |
ui::Clipboard::Buffer /* buffer */, |
base::SharedMemoryHandle /* PNG-encoded image */, |
uint32 /* image size */) |
+IPC_SYNC_MESSAGE_CONTROL2_1(ClipboardHostMsg_ReadCustomData, |
+ ui::Clipboard::Buffer /* buffer */, |
+ string16 /* type */, |
+ string16 /* result */) |
#if defined(OS_MACOSX) |
IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, |