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

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: Added comment Created 9 years, 4 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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index cd748b8508231dd419cbdc8cdd15df04abf01e36..380085a04ae1fdb6f454a85e8582df3887ddb33f 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -147,7 +147,7 @@ IPC_MESSAGE_ROUTED4(ResourceMsg_RequestComplete,
int /* request_id */,
net::URLRequestStatus /* status */,
std::string /* security info */,
- base::Time /* completion_time */)
+ base::TimeTicks /* completion_time */)
darin (slow to review) 2011/08/29 23:42:56 Are you sure it makes sense to send TimeTicks over
James Simonsen 2011/08/30 00:09:31 Yep. This has been a popular question in this code
// Resource messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698