Index: net/disk_cache/eviction.h |
=================================================================== |
--- net/disk_cache/eviction.h (revision 11934) |
+++ net/disk_cache/eviction.h (working copy) |
@@ -55,6 +55,7 @@ |
void OnDestroyEntryV2(EntryImpl* entry); |
Rankings::List GetListForEntryV2(EntryImpl* entry); |
void TrimDeleted(bool empty); |
+ bool RemoveDeletedNode(CacheRankingsBlock* node); |
bool NodeIsOldEnough(CacheRankingsBlock* node, int list); |
int SelectListByLenght(); |