| 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(
|
| + const HttpResponseInfo& response_info,
|
| + HttpStream* stream);
|
| void OnPreconnectsComplete(int result);
|
|
|
| void OnIOComplete(int result);
|
|
|