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

Unified Diff: content/browser/renderer_host/resource_dispatcher_host.cc

Issue 7602023: Use a monotonic clock (TimeTicks) to report network times to WebCore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync & Merge Created 9 years 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/browser/renderer_host/resource_dispatcher_host.cc
diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
index 542b60677f0344b189003a95b0157b9b575dc4e1..5bb26e3a9b08fd51e5a17c72f05255889f796386 100644
--- a/content/browser/renderer_host/resource_dispatcher_host.cc
+++ b/content/browser/renderer_host/resource_dispatcher_host.cc
@@ -137,8 +137,8 @@ void AbortRequestBeforeItStarts(ResourceMessageFilter* filter,
route_id,
request_id,
status,
- std::string(), // No security info needed, connection was not
- base::Time())); // established.
+ std::string(), // No security info needed, connection not established.
+ base::TimeTicks()));
}
}
« no previous file with comments | « content/browser/renderer_host/async_resource_handler.cc ('k') | content/common/inter_process_time_ticks_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698