| Index: chrome/common/clipboard_messages.h
|
| diff --git a/chrome/common/clipboard_messages.h b/chrome/common/clipboard_messages.h
|
| index 7679c3f09977d4d88a51a30eaee00228705099dd..7fe14af7f13d2b56e8903dcaa4efed4c4c0f109a 100644
|
| --- a/chrome/common/clipboard_messages.h
|
| +++ b/chrome/common/clipboard_messages.h
|
| @@ -31,6 +31,10 @@ IPC_SYNC_MESSAGE_CONTROL2_1(ClipboardHostMsg_IsFormatAvailable,
|
| std::string /* format */,
|
| ui::Clipboard::Buffer /* buffer */,
|
| bool /* result */)
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadAvailableTypes,
|
| + ui::Clipboard::Buffer /* buffer */,
|
| + std::vector<string16> /* types */,
|
| + bool /* contains filenames */)
|
| IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_ReadText,
|
| ui::Clipboard::Buffer /* buffer */,
|
| string16 /* result */)
|
| @@ -48,11 +52,6 @@ IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_ReadImage,
|
| IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync,
|
| string16 /* text */)
|
| #endif
|
| -IPC_SYNC_MESSAGE_CONTROL1_3(ClipboardHostMsg_ReadAvailableTypes,
|
| - ui::Clipboard::Buffer /* buffer */,
|
| - bool /* result */,
|
| - std::vector<string16> /* types */,
|
| - bool /* contains filenames */)
|
| IPC_SYNC_MESSAGE_CONTROL2_3(ClipboardHostMsg_ReadData,
|
| ui::Clipboard::Buffer /* buffer */,
|
| string16 /* type */,
|
|
|