summaryrefslogtreecommitdiffstats
path: root/content/common/clipboard_messages.h
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-04 06:19:37 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-04 06:19:37 +0000
commitc6562f4b883b37a288205a206bdadf9a37978bf3 (patch)
tree1a576398bcb2cd32e972449068bc1b66324df84f /content/common/clipboard_messages.h
parent5d2cded762eacf51f77021b3de61de430f50a9d8 (diff)
downloadchromium_src-c6562f4b883b37a288205a206bdadf9a37978bf3.zip
chromium_src-c6562f4b883b37a288205a206bdadf9a37978bf3.tar.gz
chromium_src-c6562f4b883b37a288205a206bdadf9a37978bf3.tar.bz2
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
Diffstat (limited to 'content/common/clipboard_messages.h')
-rw-r--r--content/common/clipboard_messages.h4
1 files changed, 4 insertions, 0 deletions
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,