| Index: net/url_request/url_request_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_job.h (revision 191718)
|
| +++ net/url_request/url_request_job.h (working copy)
|
| @@ -117,6 +117,9 @@
|
| // Called to get response info.
|
| virtual void GetResponseInfo(HttpResponseInfo* info);
|
|
|
| + // This returns the times when events actually occurred, rather than the time
|
| + // each event blocked the request. See FixupLoadTimingInfo in url_request.h
|
| + // for more information on the difference.
|
| virtual void GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const;
|
|
|
| // Returns the cookie values included in the response, if applicable.
|
|
|