| Index: net/url_request/url_request_http_job.h
|
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
|
| index c914ff13046e57628ec7e664473850fc7138175d..70210a28bb0b465b61f4a70cfc2eda5fa054bcc5 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -61,6 +61,7 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
|
| void Start() override;
|
| void Kill() override;
|
| void GetConnectionAttempts(ConnectionAttempts* out) const override;
|
| + void GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
|
|
| RequestPriority priority() const {
|
| return priority_;
|
| @@ -122,7 +123,6 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob {
|
| bool GetMimeType(std::string* mime_type) const override;
|
| bool GetCharset(std::string* charset) override;
|
| void GetResponseInfo(HttpResponseInfo* info) override;
|
| - void GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
| bool GetRemoteEndpoint(IPEndPoint* endpoint) const override;
|
| bool GetResponseCookies(std::vector<std::string>* cookies) override;
|
| int GetResponseCode() const override;
|
|
|