diff options
Diffstat (limited to 'net/disk_cache/sparse_control.h')
-rw-r--r-- | net/disk_cache/sparse_control.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/sparse_control.h b/net/disk_cache/sparse_control.h index 0c696ea..c93e5e4 100644 --- a/net/disk_cache/sparse_control.h +++ b/net/disk_cache/sparse_control.h @@ -63,6 +63,9 @@ class SparseControl { // Implements Entry::GetAvailableRange(). int GetAvailableRange(int64 offset, int len, int64* start); + // Deletes the children entries of |entry|. + static void DeleteChildren(EntryImpl* entry); + private: // Creates a new sparse entry or opens an aready created entry from disk. // These methods just read / write the required info from disk for the current |