Chromium Code Reviews| Index: net/http/http_stream_request.h |
| =================================================================== |
| --- net/http/http_stream_request.h (revision 68026) |
| +++ net/http/http_stream_request.h (working copy) |
| @@ -109,6 +109,9 @@ |
| void OnNeedsProxyAuthCallback(const HttpResponseInfo& response_info, |
| HttpAuthController* auth_controller); |
| void OnNeedsClientAuthCallback(SSLCertRequestInfo* cert_info); |
| + void OnHttpsProxyTunnelConnectionResponseCallback( |
|
vandebo (ex-Chrome)
2010/12/04 00:30:37
OnHttpsProxyConnectResponseCallback ?
|
| + const HttpResponseInfo& response_info, |
| + HttpStream* stream); |
| void OnPreconnectsComplete(int result); |
| void OnIOComplete(int result); |