Index: net/http/http_network_transaction.h |
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
index dfcee41f20b79700f558db1e0ad5a942db3144fa..bac14511eb99a6d133bf8834dd889f55ab0d21c5 100644 |
--- a/net/http/http_network_transaction.h |
+++ b/net/http/http_network_transaction.h |
@@ -137,6 +137,11 @@ class HttpNetworkTransaction : public HttpTransaction, |
// 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); |
+ |
// Called to possibly recover from the given error. Sets next_state_ and |
// returns OK if recovering from the error. Otherwise, the same error code |
// is returned. |