diff options
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index a2683f4..22f0754 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -129,6 +129,7 @@ class HttpCache : public HttpTransactionFactory { ActiveEntry* CreateEntry(const std::string& cache_key); void DestroyEntry(ActiveEntry* entry); int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans); + void DoneWithEntry(ActiveEntry* entry, Transaction* trans); void DoneWritingToEntry(ActiveEntry* entry, bool success); void DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans); void ConvertWriterToReader(ActiveEntry* entry); |