| Index: chrome/browser/net/url_fetcher.h
|
| ===================================================================
|
| --- chrome/browser/net/url_fetcher.h (revision 8565)
|
| +++ chrome/browser/net/url_fetcher.h (working copy)
|
| @@ -185,7 +185,8 @@
|
| int load_flags_; // Flags for the load operation
|
| int response_code_; // HTTP status code for the request
|
| std::string data_; // Results of the request
|
| - char buffer_[4096]; // Read buffer
|
| + scoped_refptr<net::IOBuffer> buffer_;
|
| + // Read buffer
|
| scoped_refptr<URLRequestContext> request_context_;
|
| // Cookie/cache info for the request
|
| ResponseCookies cookies_; // Response cookies
|
|
|