diff options
author | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:27:39 +0000 |
---|---|---|
committer | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-27 21:27:39 +0000 |
commit | 725c68279789e7a3a7726e5a1a919aa2aae27f07 (patch) | |
tree | c69649d528be64e68e2e1d774d40d1a448be2d56 /content/common/clipboard_messages.h | |
parent | ad31ae07a1f51fa382fa214de28ca4f371ceaee2 (diff) | |
download | chromium_src-725c68279789e7a3a7726e5a1a919aa2aae27f07.zip chromium_src-725c68279789e7a3a7726e5a1a919aa2aae27f07.tar.gz chromium_src-725c68279789e7a3a7726e5a1a919aa2aae27f07.tar.bz2 |
Add Clipboard GetSequenceNumber interface which allows us to version the data on the clipboard.
BUG=73478
Review URL: http://codereview.chromium.org/7222016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/clipboard_messages.h')
-rw-r--r-- | content/common/clipboard_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h index 5b06d2f..27b5915 100644 --- a/content/common/clipboard_messages.h +++ b/content/common/clipboard_messages.h @@ -50,6 +50,9 @@ IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadImage, ui::Clipboard::Buffer /* buffer */, base::SharedMemoryHandle /* PNG-encoded image */, uint32 /* image size */) +IPC_SYNC_MESSAGE_CONTROL0_1(ClipboardHostMsg_GetSequenceNumber, + uint64 /* result */) + #if defined(OS_MACOSX) IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, string16 /* text */) |