Index: net/http/http_stream_request.h |
diff --git a/net/http/http_stream_request.h b/net/http/http_stream_request.h |
index 62ba5d86493079713eb23da8b89837f5ee0d84c4..fca23322acb09d67fed0c723de0bfc9f30e9d311 100644 |
--- a/net/http/http_stream_request.h |
+++ b/net/http/http_stream_request.h |
@@ -172,11 +172,6 @@ class HttpStreamRequest : public StreamRequest { |
// Called to handle a client certificate request. |
int HandleCertificateRequest(int error); |
- // Called to possibly recover from an SSL handshake error. Sets next_state_ |
- // and returns OK if recovering from the error. Otherwise, the same error |
- // code is returned. |
- int HandleSSLHandshakeError(int error); |
- |
// Moves this stream request into SPDY mode. |
void SwitchToSpdyMode(); |