summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/socket_stream_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/socket_stream_messages.h')
-rw-r--r--chromium/content/common/socket_stream_messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/common/socket_stream_messages.h b/chromium/content/common/socket_stream_messages.h
index f4637413706..6e24a157850 100644
--- a/chromium/content/common/socket_stream_messages.h
+++ b/chromium/content/common/socket_stream_messages.h
@@ -21,10 +21,10 @@
// The browser starts connecting asynchronously.
// Once Socket Stream connection is established, the browser will send
// SocketStreamMsg_Connected back.
-// |render_view_id| must be the routing id of RenderViewImpl to which the
+// |render_frame_id| must be the routing id of RenderFrameImpl to which the
// Socket Stream belongs.
IPC_MESSAGE_CONTROL3(SocketStreamHostMsg_Connect,
- int /* render_view_id */,
+ int /* render_frame_id */,
GURL /* socket_url */,
int /* socket_id */)