| Index: content/common/socket_stream_messages.h
|
| diff --git a/content/common/socket_stream_messages.h b/content/common/socket_stream_messages.h
|
| index bb599c497313fdc4dd26e76f01a2069a2ff64d4f..020796dd414219a5b96fb960fb9da3add7e24912 100644
|
| --- a/content/common/socket_stream_messages.h
|
| +++ b/content/common/socket_stream_messages.h
|
| @@ -21,7 +21,10 @@
|
| // The browser starts connecting asynchronously.
|
| // Once Socket Stream connection is established, the browser will send
|
| // SocketStreamMsg_Connected back.
|
| -IPC_MESSAGE_CONTROL2(SocketStreamHostMsg_Connect,
|
| +// |render_view_id| must be the routing id of RenderViewImpl to which the
|
| +// Socket Stream belongs.
|
| +IPC_MESSAGE_CONTROL3(SocketStreamHostMsg_Connect,
|
| + int /* render_view_id */,
|
| GURL /* socket_url */,
|
| int /* socket_id */)
|
|
|
|
|