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

Unified Diff: net/http/http_transaction.h

Issue 14625012: net: Return LoadTiming information in the case of a cache hit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Response to eroman. Created 7 years, 7 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 | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction.h
===================================================================
--- net/http/http_transaction.h (revision 199488)
+++ net/http/http_transaction.h (working copy)
@@ -113,9 +113,11 @@
// zero will be returned. This does not include the request headers.
virtual UploadProgress GetUploadProgress() const = 0;
- // Populates all of load timing, except for request start times.
+ // Populates all of load timing, except for request start times and receive
+ // headers time.
// |load_timing_info| must have all null times when called. Returns false and
- // does not modify |load_timing_info| if not currently connected.
+ // does not modify |load_timing_info| if there's no timing information to
+ // provide.
virtual bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const = 0;
// Called when the priority of the parent job changes.
« no previous file with comments | « net/http/http_network_transaction_spdy3_unittest.cc ('k') | net/http/http_transaction_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698