| Index: content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.h b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| index ebccfdaf27b6945d60f1ea68a26615565497bcbd..34d3d858d6348b960cbf9d9760b7764e0cb4c845 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| @@ -61,7 +61,7 @@ class SocketStreamDispatcherHost : public content::BrowserMessageFilter,
|
|
|
| private:
|
| // Message handlers called by OnMessageReceived.
|
| - void OnConnect(const GURL& url, int socket_id);
|
| + void OnConnect(int render_view_id, const GURL& url, int socket_id);
|
| void OnSendData(int socket_id, const std::vector<char>& data);
|
| void OnCloseReq(int socket_id);
|
|
|
|
|