Index: net/disk_cache/backend_impl.h |
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h |
index 91faa83373b510c7ede43ec2914adfb755dd70ea..41d8f01ca6271cc9353084d7c7197b0182452095 100644 |
--- a/net/disk_cache/backend_impl.h |
+++ b/net/disk_cache/backend_impl.h |
@@ -117,6 +117,9 @@ class NET_EXPORT_PRIVATE BackendImpl : public Backend { |
LruData* GetLruData(); |
// Updates the ranking information for an entry. |
+ void UpdateRankOnCacheHit(EntryImpl* entry, bool modified); |
+ |
+ // Updates the ranking information for an entry. |
void UpdateRank(EntryImpl* entry, bool modified); |
// A node was recovered from a crash, it may not be on the index, so this |