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

Unified Diff: content/common/resource_messages.h

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
« no previous file with comments | « content/common/resource_dispatcher_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 95c73aeb296949d22a9eeb891485e968f8edff33..1771461d04a567debd0079ebd1d5bfe59316bb5f 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -169,7 +169,7 @@ IPC_MESSAGE_ROUTED4(ResourceMsg_RequestComplete,
int /* request_id */,
net::URLRequestStatus /* status */,
std::string /* security info */,
- base::Time /* completion_time */)
+ base::TimeTicks /* completion_time */)
// Resource messages sent from the renderer to the browser.
« no previous file with comments | « content/common/resource_dispatcher_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698