Index: content/browser/loader/resource_loader.h |
diff --git a/content/browser/loader/resource_loader.h b/content/browser/loader/resource_loader.h |
index 03667e38227830f371391be6ad60b5138f170dab..1cde235252c19db34fce63cbd5461e6eaae6e0e6 100644 |
--- a/content/browser/loader/resource_loader.h |
+++ b/content/browser/loader/resource_loader.h |
@@ -127,6 +127,8 @@ class CONTENT_EXPORT ResourceLoader : public net::URLRequest::Delegate, |
uint64 last_upload_position_; |
bool waiting_for_upload_progress_ack_; |
base::TimeTicks last_upload_ticks_; |
+ bool compute_read_deferral_histogram_; |
+ base::TimeTicks deferral_time_; |
James Simonsen
2013/08/01 19:17:40
read_deferral_start_time_?
clamy
2013/08/05 14:33:44
Done.
|
// Indicates that we are in a state of being transferred to a new downstream |
// consumer. We are waiting for a notification to complete the transfer, at |