| Index: trunk/src/chrome/common/extensions/extension_messages.h
|
| ===================================================================
|
| --- trunk/src/chrome/common/extensions/extension_messages.h (revision 203729)
|
| +++ trunk/src/chrome/common/extensions/extension_messages.h (working copy)
|
| @@ -419,7 +419,7 @@
|
| // Deliver a message sent with ExtensionHostMsg_PostMessage.
|
| IPC_MESSAGE_ROUTED2(ExtensionMsg_DeliverMessage,
|
| int /* target_port_id */,
|
| - ListValue /* message arguments, a 0-or-1 length list */)
|
| + std::string /* message */)
|
|
|
| // Dispatch the Port.onDisconnect event for message channels.
|
| IPC_MESSAGE_ROUTED2(ExtensionMsg_DispatchOnDisconnect,
|
| @@ -529,7 +529,7 @@
|
| // by ViewHostMsg_OpenChannelTo*.
|
| IPC_MESSAGE_ROUTED2(ExtensionHostMsg_PostMessage,
|
| int /* port_id */,
|
| - ListValue /* message arguments, a 0-or-1 length list */)
|
| + std::string /* message */)
|
|
|
| // Send a message to an extension process. The handle is the value returned
|
| // by ViewHostMsg_OpenChannelTo*.
|
|
|