| Index: net/http/http_network_transaction.h
|
| ===================================================================
|
| --- net/http/http_network_transaction.h (revision 95711)
|
| +++ net/http/http_network_transaction.h (working copy)
|
| @@ -53,6 +53,7 @@
|
|
|
| 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() const;
|
|
|