Index: net/disk_cache/eviction.h |
=================================================================== |
--- net/disk_cache/eviction.h (revision 109680) |
+++ net/disk_cache/eviction.h (working copy) |
@@ -48,6 +48,7 @@ |
void PostDelayedTrim(); |
void DelayedTrim(); |
bool ShouldTrim(); |
+ bool ShouldTrimDeleted(); |
void ReportTrimTimes(EntryImpl* entry); |
Rankings::List GetListForEntry(EntryImpl* entry); |
bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list); |