Index: net/disk_cache/entry_impl.h |
=================================================================== |
--- net/disk_cache/entry_impl.h (revision 102424) |
+++ net/disk_cache/entry_impl.h (working copy) |
@@ -104,9 +104,17 @@ |
// Fixes this entry so it can be treated as valid (to delete it). |
void SetPointerForInvalidEntry(int32 new_id); |
+ // Returns true if this entry is so meesed up that not everything is going to |
+ // be removed. |
+ bool LeaveRankingsBehind(); |
+ |
// Returns false if the entry is clearly invalid. |
bool SanityCheck(); |
+ bool DataSanityCheck(); |
+ // Attempts to make this entry reachable though the key. |
+ void FixForDelete(); |
+ |
// Handle the pending asynchronous IO count. |
void IncrementIoCount(); |
void DecrementIoCount(); |