| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 06f9bbfb4fa51ae3ee06339639667120e6cc2b2b..adeddd64cc62d6ecd54f9e9fd4eb980bc42be58e 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -486,6 +486,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| base::TimeTicks send_request_since_;
|
| base::Time open_entry_last_used_;
|
| base::TimeDelta stale_entry_freshness_;
|
| + base::TimeDelta stale_entry_age_;
|
|
|
| int64_t total_received_bytes_;
|
| int64_t total_sent_bytes_;
|
|
|