| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index e5993a64f3cee0e0f30f85e7404b79b3dc2a6592..a0cc87e6b552538347eaf900b0161a0fd5f8d8c8 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1696,9 +1696,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| // the given ID. This always returns a valid port ID which can be used for
|
| // sending messages. If an error occurred, the opener will be notified
|
| // asynchronously.
|
| - IPC_SYNC_MESSAGE_CONTROL3_1(ViewHostMsg_OpenChannelToExtension,
|
| + IPC_SYNC_MESSAGE_CONTROL4_1(ViewHostMsg_OpenChannelToExtension,
|
| int /* routing_id */,
|
| - std::string /* extension_id */,
|
| + std::string /* source_extension_id */,
|
| + std::string /* target_extension_id */,
|
| std::string /* channel_name */,
|
| int /* port_id */)
|
|
|
|
|