Chromium Code Reviews| Index: net/http/http_network_transaction.h |
| =================================================================== |
| --- net/http/http_network_transaction.h (revision 68026) |
| +++ net/http/http_network_transaction.h (working copy) |
| @@ -65,6 +65,9 @@ |
| const HttpResponseInfo& response_info, |
| HttpAuthController* auth_controller); |
| virtual void OnNeedsClientAuth(SSLCertRequestInfo* cert_info); |
| + virtual void OnHttpsProxyTunnelConnectionResponse( |
|
vandebo (ex-Chrome)
2010/12/04 00:30:37
Maybe OnHttpsProxyMessage ?
|
| + const HttpResponseInfo& response_info, |
| + HttpStream* stream); |
| private: |
| FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest, ResetStateForRestart); |