Index: net/disk_cache/eviction.h |
=================================================================== |
--- net/disk_cache/eviction.h (revision 102424) |
+++ net/disk_cache/eviction.h (working copy) |
@@ -50,7 +50,7 @@ |
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 |