| 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 b340ab9aeacb01cedff8595caee48424f40fdd23..7f3c6c86cabb9ae9f2d3d7e53b312ea8b91531d8 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| @@ -52,6 +52,7 @@ class SocketStreamDispatcherHost : public content::BrowserMessageFilter,
|
| virtual void OnReceivedData(net::SocketStream* socket,
|
| const char* data, int len) OVERRIDE;
|
| virtual void OnClose(net::SocketStream* socket) OVERRIDE;
|
| + virtual void OnError(const net::SocketStream* socket, int error) OVERRIDE;
|
| virtual void OnSSLCertificateError(net::SocketStream* socket,
|
| const net::SSLInfo& ssl_info,
|
| bool fatal) OVERRIDE;
|
|
|