From c6562f4b883b37a288205a206bdadf9a37978bf3 Mon Sep 17 00:00:00 2001 From: "dcheng@chromium.org" Date: Sun, 4 Dec 2011 06:19:37 +0000 Subject: Add glue for supporting custom MIME types in DataTransfer. BUG=31037 TEST=none in this patch, will be landed in WebKit as layout tests. Review URL: http://codereview.chromium.org/8775025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112927 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/clipboard_messages.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/common/clipboard_messages.h') diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h index 93e26fe..00497dc 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, -- cgit v1.1