Index: net/http/http_cache.h |
=================================================================== |
--- net/http/http_cache.h (revision 29792) |
+++ net/http/http_cache.h (working copy) |
@@ -176,6 +176,8 @@ |
void DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans); |
void ConvertWriterToReader(ActiveEntry* entry); |
void RemovePendingTransaction(Transaction* trans); |
+ bool RemovePendingTransactionFromEntry(ActiveEntry* entry, |
+ Transaction* trans); |
void ProcessPendingQueue(ActiveEntry* entry); |