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..f9cc64417a65a15c986d34e0ba548ebe66a98800 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 |
| +// WebSocket belongs. |
|
wtc
2012/03/19 23:21:03
Nit: should "WebSocket" be changed "Socket Stream"
Takashi Toyoshima
2012/03/20 00:18:03
Thank you.
It looks better.
Done.
|
| +IPC_MESSAGE_CONTROL3(SocketStreamHostMsg_Connect, |
| + int /* render_view_id */, |
| GURL /* socket_url */, |
| int /* socket_id */) |