| 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 7426accd961fc2838bc4fa4a1b08babe6bb43665..c9e1c86eb0af9897df6c9702290d28313965ca65 100644
|
| --- a/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.h
|
| @@ -51,6 +51,7 @@ class SocketStreamDispatcherHost
|
| 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;
|
|
|