| Index: net/http/http_stream_request.h
 | 
| ===================================================================
 | 
| --- net/http/http_stream_request.h	(revision 68959)
 | 
| +++ net/http/http_stream_request.h	(working copy)
 | 
| @@ -107,6 +107,8 @@
 | 
|    void OnNeedsProxyAuthCallback(const HttpResponseInfo& response_info,
 | 
|                                  HttpAuthController* auth_controller);
 | 
|    void OnNeedsClientAuthCallback(SSLCertRequestInfo* cert_info);
 | 
| +  void OnHttpsProxyTunnelResponseCallback(const HttpResponseInfo& response_info,
 | 
| +                                          HttpStream* stream);
 | 
|    void OnPreconnectsComplete(int result);
 | 
|  
 | 
|    void OnIOComplete(int result);
 | 
| 
 |