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

Unified Diff: mojo/services/network/public/interfaces/url_loader.mojom

Issue 1391963004: Correctly record and pass around navigation start time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: mojo/services/network/public/interfaces/url_loader.mojom
diff --git a/mojo/services/network/public/interfaces/url_loader.mojom b/mojo/services/network/public/interfaces/url_loader.mojom
index f9601099fd71a6cd9cf1c71073402fb3db6315d5..582a2c80912f28b7e666ac1638b5f91eeb14f70a 100644
--- a/mojo/services/network/public/interfaces/url_loader.mojom
+++ b/mojo/services/network/public/interfaces/url_loader.mojom
@@ -35,6 +35,10 @@ struct URLRequest {
// servers to also not satisfy the request from their cache. This has the
// effect of forcing a full end-to-end fetch.
bool bypass_cache = false;
+
+ // The time when this request is originated. 0 indicates that it is not
sky 2015/10/14 22:46:24 'is originated' -> originated
yzshen1 2015/10/14 22:59:16 Done. English is hard.
+ // recorded.
+ int64 originating_time_ticks = 0;
};
struct URLResponse {
« components/web_view/url_request_cloneable.cc ('K') | « components/web_view/web_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698