| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 85d485e0b20443c17e2013b5cdfee8f49ba6cf82..1d385414f0269c54ed08916477580e16fa2d199a 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -421,6 +421,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| int bytes_read_from_network_;
|
| base::TimeTicks entry_lock_waiting_since_;
|
| base::TimeTicks first_cache_access_since_;
|
| + base::TimeTicks miss_since_;
|
| base::TimeTicks send_request_since_;
|
|
|
| // For sensitivity analysis (field trials emulating longer cache IO times),
|
|
|