Index: net/http/http_cache_transaction.h |
=================================================================== |
--- net/http/http_cache_transaction.h (revision 52403) |
+++ net/http/http_cache_transaction.h (working copy) |
@@ -97,12 +97,6 @@ |
// success. |
bool AddTruncatedFlag(); |
- // Returns the LoadState of the writer transaction of a given ActiveEntry. In |
- // other words, returns the LoadState of this transaction without asking the |
- // http cache, because this transaction should be the one currently writing |
- // to the cache entry. |
- LoadState GetWriterLoadState() const; |
- |
CompletionCallback* io_callback() { return &io_callback_; } |
private: |