Index: trunk/src/content/browser/loader/stream_resource_handler.h |
=================================================================== |
--- trunk/src/content/browser/loader/stream_resource_handler.h (revision 227593) |
+++ trunk/src/content/browser/loader/stream_resource_handler.h (working copy) |
@@ -51,7 +51,7 @@ |
// Create a new buffer to store received data. |
virtual bool OnWillRead(int request_id, |
- scoped_refptr<net::IOBuffer>* buf, |
+ net::IOBuffer** buf, |
int* buf_size, |
int min_size) OVERRIDE; |
@@ -72,6 +72,7 @@ |
virtual void OnSpaceAvailable(Stream* stream) OVERRIDE; |
virtual void OnClose(Stream* stream) OVERRIDE; |
+ net::URLRequest* request_; |
scoped_refptr<Stream> stream_; |
scoped_refptr<net::IOBuffer> read_buffer_; |
DISALLOW_COPY_AND_ASSIGN(StreamResourceHandler); |