summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r--net/http/http_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 034ade1..1a76180 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -146,6 +146,7 @@ class HttpCache : public HttpTransactionFactory {
ActiveEntry* FindActiveEntry(const std::string& key);
ActiveEntry* ActivateEntry(const std::string& key, disk_cache::Entry*);
void DeactivateEntry(ActiveEntry* entry);
+ void SlowDeactivateEntry(ActiveEntry* entry);
ActiveEntry* OpenEntry(const std::string& key);
ActiveEntry* CreateEntry(const std::string& cache_key);
void DestroyEntry(ActiveEntry* entry);