Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: net/url_request/url_request_redirect_job.h

Issue 16901013: Expose receive header end time for URLRequestRedirectJob (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Patch for landing Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/url_request/url_request_redirect_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_redirect_job.h
diff --git a/net/url_request/url_request_redirect_job.h b/net/url_request/url_request_redirect_job.h
index 198ee76a66290689ab6f4e2369b98ceb518c964c..1c18a7f65be8ff69dbd3da2855d4b8c221bbc484 100644
--- a/net/url_request/url_request_redirect_job.h
+++ b/net/url_request/url_request_redirect_job.h
@@ -37,6 +37,9 @@ class NET_EXPORT URLRequestRedirectJob : public URLRequestJob {
virtual bool IsRedirectResponse(GURL* location,
int* http_status_code) OVERRIDE;
+ virtual void GetLoadTimingInfo(
+ LoadTimingInfo* load_timing_info) const OVERRIDE;
+
private:
virtual ~URLRequestRedirectJob();
@@ -44,6 +47,7 @@ class NET_EXPORT URLRequestRedirectJob : public URLRequestJob {
const GURL redirect_destination_;
const int http_status_code_;
+ base::TimeTicks receive_headers_end_;
base::WeakPtrFactory<URLRequestRedirectJob> weak_factory_;
};
« no previous file with comments | « no previous file | net/url_request/url_request_redirect_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698