| Index: net/disk_cache/sparse_control.h
|
| ===================================================================
|
| --- net/disk_cache/sparse_control.h (revision 20076)
|
| +++ net/disk_cache/sparse_control.h (working copy)
|
| @@ -63,6 +63,9 @@
|
| // 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
|
|
|