| Index: net/disk_cache/backend_impl.h
|
| ===================================================================
|
| --- net/disk_cache/backend_impl.h (revision 6334)
|
| +++ net/disk_cache/backend_impl.h (working copy)
|
| @@ -68,6 +68,9 @@
|
| // the related storage in addition of releasing the related block.
|
| void DeleteBlock(Addr block_address, bool deep);
|
|
|
| + // Retrieves a pointer to the lru-related data.
|
| + LruData* GetLruData();
|
| +
|
| // Updates the ranking information for an entry.
|
| void UpdateRank(CacheRankingsBlock* node, bool modified);
|
|
|
|
|