| Index: net/http/http_stream_request.h
|
| diff --git a/net/http/http_stream_request.h b/net/http/http_stream_request.h
|
| index f20b5f309145a4f1245234575d52bf03329d32b9..25519e6d1d755c092f5521780071144ee1302a7e 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();
|
|
|
|
|