Index: net/http/http_stream_request.h |
diff --git a/net/http/http_stream_request.h b/net/http/http_stream_request.h |
index fca23322acb09d67fed0c723de0bfc9f30e9d311..26c6ba1aa4f358e9875c53b42037c002a6d2ef85 100644 |
--- a/net/http/http_stream_request.h |
+++ b/net/http/http_stream_request.h |
@@ -19,6 +19,7 @@ |
namespace net { |
+class AuthChallengeInfo; |
class ClientSocketHandle; |
class HttpAuthController; |
class HttpNetworkSession; |
@@ -107,6 +108,7 @@ class HttpStreamRequest : public StreamRequest { |
void OnNeedsProxyAuthCallback(const HttpResponseInfo& response_info, |
HttpAuthController* auth_controller); |
void OnNeedsClientAuthCallback(SSLCertRequestInfo* cert_info); |
+ void OnNeedsTLSLoginCallback(AuthChallengeInfo* login_info); |
void OnHttpsProxyTunnelResponseCallback(const HttpResponseInfo& response_info, |
HttpStream* stream); |
void OnPreconnectsComplete(int result); |