Index: net/http/http_network_transaction.h |
=================================================================== |
--- net/http/http_network_transaction.h (revision 68959) |
+++ net/http/http_network_transaction.h (working copy) |
@@ -65,6 +65,8 @@ |
const HttpResponseInfo& response_info, |
HttpAuthController* auth_controller); |
virtual void OnNeedsClientAuth(SSLCertRequestInfo* cert_info); |
+ virtual void OnHttpsProxyTunnelResponse(const HttpResponseInfo& response_info, |
+ HttpStream* stream); |
private: |
FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest, ResetStateForRestart); |