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

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: add CONTENT_EXPORT to ForHandle() 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
« no previous file with comments | « content/common/socket_stream_handle_data.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/common/socket_stream_handle_data.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698