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

Unified Diff: content/public/common/resource_response_info.h

Issue 2654663004: [Not for review] record detailed time breakdown of SW related requests.
Patch Set: add stream uma Created 3 years, 10 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
Index: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index 386ab96922217ac890decefd77e13a455e382eef..6f98ea683678a11801593e0c838d4994ad7dc44d 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -41,6 +41,9 @@ struct CONTENT_EXPORT ResourceResponseInfo {
// responses, this time could be "far" in the past.
base::Time response_time;
+ // TimeTicks::Now() when the browser sent the response to the renderer.
+ base::TimeTicks response_start;
+
// The response headers or NULL if the URL type does not support headers.
scoped_refptr<net::HttpResponseHeaders> headers;

Powered by Google App Engine
This is Rietveld 408576698