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

Unified Diff: net/http/http_network_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: Small fix 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
Index: net/http/http_network_transaction.h
===================================================================
--- net/http/http_network_transaction.h (revision 199488)
+++ net/http/http_network_transaction.h (working copy)
@@ -301,9 +301,6 @@
base::TimeTicks send_start_time_;
base::TimeTicks send_end_time_;
- // When the transaction finished reading the request headers.
- base::TimeTicks receive_headers_end_;
-
// The next state in the state machine.
State next_state_;

Powered by Google App Engine
This is Rietveld 408576698