Index: trunk/src/content/browser/renderer_host/socket_stream_dispatcher_host.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/socket_stream_dispatcher_host.h (revision 196854) |
+++ trunk/src/content/browser/renderer_host/socket_stream_dispatcher_host.h (working copy) |
@@ -51,7 +51,6 @@ |
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; |