diff options
Diffstat (limited to 'net/disk_cache/eviction.h')
-rw-r--r-- | net/disk_cache/eviction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/eviction.h b/net/disk_cache/eviction.h index 55fbee7..6526cff 100644 --- a/net/disk_cache/eviction.h +++ b/net/disk_cache/eviction.h @@ -59,6 +59,7 @@ class Eviction { bool NodeIsOldEnough(CacheRankingsBlock* node, int list); int SelectListByLenght(); + void ReportListStats(); BackendImpl* backend_; Rankings* rankings_; |