Chromium Code Reviews| Index: net/url_request/url_request.h |
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h |
| index 1a174704c6c329fccb3561163d11e26b62ee8fa9..39b0b712e30a08e8263cf3bf91abcd6099744e67 100644 |
| --- a/net/url_request/url_request.h |
| +++ b/net/url_request/url_request.h |
| @@ -629,6 +629,8 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe), |
| // Used to specify the context (cookie store, cache) for this request. |
| const URLRequestContext* context() const; |
| + NetworkDelegate* network_delegate() { return network_delegate_; } |
|
Thiemo Nagel
2016/03/08 18:44:35
Please make this const if possible.
|
| + |
| const BoundNetLog& net_log() const { return net_log_; } |
| // Returns the expected content size if available |