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

Unified Diff: net/http/http_cache_transaction.h

Issue 2036123003: [HttpCache] Record age of validated and updated stale cache entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from PS3 Created 4 years, 6 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
« no previous file with comments | « no previous file | net/http/http_cache_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | net/http/http_cache_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698