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

Unified Diff: webkit/tools/test_shell/simple_resource_loader_bridge.cc

Issue 13872022: Expose RequestComplete time to DRT (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.cc b/webkit/tools/test_shell/simple_resource_loader_bridge.cc
index 3a17ce6147072b78d74279ee8bc176969fc10b15..2a4bae05b44bdd8bc95cf9d6b53feb89cd86adca 100644
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.cc
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.cc
@@ -644,7 +644,7 @@ class RequestProxy
OnCompletedRequest(failed_file_request_status_.get() ?
failed_file_request_status_->error() :
request_->status().error(),
- std::string(), base::TimeTicks());
+ std::string(), base::TimeTicks::Now());
request_.reset(); // destroy on the io thread
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698