Chromium Code Reviews| 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..cc88f2ed1eacd3040c89460df9fdebf7158ebac8 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, |
| +// |routing_id| must be the routing id of RenderViewImpl to which the WebSocket |
| +// belongs. |
| +IPC_MESSAGE_CONTROL3(SocketStreamHostMsg_Connect, |
| + int /* routing_id */, |
|
jam
2012/03/15 02:01:19
nit: might want to call this render_view_id to be
Takashi Toyoshima
2012/03/15 22:49:03
Done.
|
| GURL /* socket_url */, |
| int /* socket_id */) |