| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 11372)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -842,7 +842,7 @@
|
| IPC_SYNC_MESSAGE_CONTROL1_0(ViewHostMsg_ClipboardWriteObjectsSync,
|
| Clipboard::ObjectMap /* objects */)
|
| IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_ClipboardIsFormatAvailable,
|
| - int /* format */,
|
| + std::string /* format */,
|
| bool /* result */)
|
| IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_ClipboardReadText,
|
| string16 /* result */)
|
|
|