Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 32dbd91499d16f0afc26544bd21687b3d2099b01..ee69e1af6e587cf9b3bf19f4d7887676abebacbc 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -325,3 +325,8 @@ IPC_MESSAGE_ROUTED3(ExtensionMsg_InlineWebstoreInstallResponse, |
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 */) |