diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 23:31:08 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 23:31:08 +0000 |
commit | 8c66f1b4a7164a2f7cb61bae3288cd3dc50c2b18 (patch) | |
tree | 9396e85fcbc44f3a443bca9623b9933ca885d969 /net/http/http_network_transaction.h | |
parent | 83df216dbfd197f90b087f74c0a268c1e0db988b (diff) | |
download | chromium_src-8c66f1b4a7164a2f7cb61bae3288cd3dc50c2b18.zip chromium_src-8c66f1b4a7164a2f7cb61bae3288cd3dc50c2b18.tar.gz chromium_src-8c66f1b4a7164a2f7cb61bae3288cd3dc50c2b18.tar.bz2 |
Use IOBuffers on UploadDataStream.
This is some cleanup of cl 14998.
R=wtc
BUG=9258
TEST=none
Review URL: http://codereview.chromium.org/115157
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r-- | net/http/http_network_transaction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index 9ba9cc0..291091a 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h @@ -311,7 +311,6 @@ class HttpNetworkTransaction : public HttpTransaction { scoped_refptr<RequestHeaders> request_headers_; size_t request_headers_bytes_sent_; scoped_ptr<UploadDataStream> request_body_stream_; - scoped_refptr<IOBuffer> write_buffer_; // The read buffer may be larger than it is full. The 'capacity' indicates // the allocation size of the buffer, and the 'len' indicates how much data |