Index: net/http/http_cache.h |
diff --git a/net/http/http_cache.h b/net/http/http_cache.h |
index c2221cc4e9fbc92d4205cf496dfbcc21501e2034..12e072a3e21fb4e71b41b62e87d1e4c4e72bcf7f 100644 |
--- a/net/http/http_cache.h |
+++ b/net/http/http_cache.h |
@@ -341,7 +341,9 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory { |
// Dooms the entry selected by |key|. |trans| will be notified via its IO |
// callback if this method returns ERR_IO_PENDING. The entry can be |
- // currently in use or not. |
+ // currently in use or not. If entry is in use and the invoking transaction |
+ // is associated with this entry and this entry is already doomed, this API |
+ // should not be invoked. |
int DoomEntry(const std::string& key, Transaction* trans); |
// Dooms the entry selected by |key|. |trans| will be notified via its IO |