Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: content/common/socket_stream_messages.h

Issue 9677031: Bind RenderViewImpl routing_id to SocketStreamHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reflects review comments by tony and darin Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */)

Powered by Google App Engine
This is Rietveld 408576698