Index: chrome/common/extensions/extension_messages.h |
=================================================================== |
--- chrome/common/extensions/extension_messages.h (revision 158832) |
+++ chrome/common/extensions/extension_messages.h (working copy) |
@@ -451,6 +451,14 @@ |
std::string /* channel_name */, |
int /* port_id */) |
+IPC_SYNC_MESSAGE_CONTROL5_1(ExtensionHostMsg_OpenChannelToNativeApp, |
+ int /* routing_id */, |
+ std::string /* source_extension_id */, |
+ std::string /* native_app_name */, |
+ std::string /* channel_name */, |
+ std::string /* connection_message */, |
+ int /* port_id */) |
+ |
// Get a port handle to the given tab. The handle can be used for sending |
// messages to the extension. |
IPC_SYNC_MESSAGE_CONTROL4_1(ExtensionHostMsg_OpenChannelToTab, |