diff options
Diffstat (limited to 'net/disk_cache/eviction.h')
-rw-r--r-- | net/disk_cache/eviction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/eviction.h b/net/disk_cache/eviction.h index dd69b71..dbf87c3 100644 --- a/net/disk_cache/eviction.h +++ b/net/disk_cache/eviction.h @@ -50,7 +50,7 @@ class Eviction { bool ShouldTrim(); void ReportTrimTimes(EntryImpl* entry); Rankings::List GetListForEntry(EntryImpl* entry); - bool EvictEntry(CacheRankingsBlock* node, bool empty); + bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list); // We'll just keep for a while a separate set of methods that implement the // new eviction algorithm. This code will replace the original methods when |