Index: net/http/http_cache_transaction.h |
=================================================================== |
--- net/http/http_cache_transaction.h (revision 95711) |
+++ net/http/http_cache_transaction.h (working copy) |
@@ -109,6 +109,7 @@ |
virtual bool IsReadyToRestartForAuth(); |
virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); |
virtual void StopCaching(); |
+ virtual void DoneReading(); |
virtual const HttpResponseInfo* GetResponseInfo() const; |
virtual LoadState GetLoadState() const; |
virtual uint64 GetUploadProgress(void) const; |