Chromium Code Reviews| Index: net/http/http_stream_request.h |
| =================================================================== |
| --- net/http/http_stream_request.h (revision 62460) |
| +++ net/http/http_stream_request.h (working copy) |
| @@ -112,6 +112,8 @@ |
| // Set the motivation for this request onto the underlying socket. |
| void SetSocketMotivation(); |
| + bool IsHttpsProxyAndHttpUrl(); |
| + |
| // Returns a newly create SSLSocketParams, and sets several |
| // fields of ssl_config_. |
| scoped_refptr<SSLSocketParams> GenerateSslParams( |