| 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..adedb5d97ae9dcbc3c6b0aaee5f4c2a4a3599796 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 routing_id, const GURL& url, int socket_id);
|
| void OnSendData(int socket_id, const std::vector<char>& data);
|
| void OnCloseReq(int socket_id);
|
|
|
|
|