Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: net/disk_cache/backend_impl.h

Issue 12880: Disk cache: Add support for an extra data stream for each cache entry.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698