| Index: chrome/common/extensions/extension_messages.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_messages.h (revision 104014)
|
| +++ chrome/common/extensions/extension_messages.h (working copy)
|
| @@ -325,3 +325,8 @@
|
| int32 /* install id */,
|
| bool /* whether the install was successful */,
|
| std::string /* error */)
|
| +
|
| +// Deliver a message sent with ExtensionHostMsg_PostMessage.
|
| +IPC_MESSAGE_ROUTED2(ExtensionMsg_DeliverMessage,
|
| + int /* target_port_id */,
|
| + std::string /* message */)
|
|
|