| Index: chrome/common/extensions/extension_messages.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_messages.h (revision 103508)
|
| +++ chrome/common/extensions/extension_messages.h (working copy)
|
| @@ -325,8 +325,3 @@
|
| 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 */)
|
|
|