| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 18701)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1390,6 +1390,11 @@
|
| int /* port_id */,
|
| std::string /* message */)
|
|
|
| + // Send a message to an extension process. The handle is the value returned
|
| + // by ViewHostMsg_OpenChannelToExtension.
|
| + IPC_MESSAGE_CONTROL1(ViewHostMsg_ExtensionCloseChannel,
|
| + int /* port_id */)
|
| +
|
| // Message to show a popup menu using native cocoa controls (Mac only).
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowPopup,
|
| ViewHostMsg_ShowPopup_Params)
|
|
|