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..9687c3b577cf72fd50ee3bd90bbe161aa71b017a 100644 |
--- a/content/browser/loader/resource_loader.h |
+++ b/content/browser/loader/resource_loader.h |
@@ -127,6 +127,7 @@ class CONTENT_EXPORT ResourceLoader : public net::URLRequest::Delegate, |
uint64 last_upload_position_; |
bool waiting_for_upload_progress_ack_; |
base::TimeTicks last_upload_ticks_; |
+ base::TimeTicks read_deferral_start_time_; |
// 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 |