Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index b4eaee2f90e4574f4f5b8fe4d73736e487d7c90f..8a03307bfd58f9dada614314187bbd8adf5909c4 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -419,7 +419,7 @@ IPC_MESSAGE_ROUTED4(ExtensionMsg_DispatchOnConnect, |
// Deliver a message sent with ExtensionHostMsg_PostMessage. |
IPC_MESSAGE_ROUTED2(ExtensionMsg_DeliverMessage, |
int /* target_port_id */, |
- std::string /* message */) |
+ ListValue /* message arguments, a 0-or-1 length list */) |
// Dispatch the Port.onDisconnect event for message channels. |
IPC_MESSAGE_ROUTED2(ExtensionMsg_DispatchOnDisconnect, |
@@ -529,7 +529,7 @@ IPC_SYNC_MESSAGE_CONTROL4_1(ExtensionHostMsg_OpenChannelToTab, |
// by ViewHostMsg_OpenChannelTo*. |
IPC_MESSAGE_ROUTED2(ExtensionHostMsg_PostMessage, |
int /* port_id */, |
- std::string /* message */) |
+ ListValue /* message arguments, a 0-or-1 length list */) |
// Send a message to an extension process. The handle is the value returned |
// by ViewHostMsg_OpenChannelTo*. |