summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 23:32:38 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 23:32:38 +0000
commitc38ec5a81e6471d0e23730741bdfd20ea4263459 (patch)
treeb7ecb327519634d1392b1ec02ec645ebae59378a /net/http/http_network_transaction.h
parent4528428b696fac9d394843801a49a47dd5d83ed8 (diff)
downloadchromium_src-c38ec5a81e6471d0e23730741bdfd20ea4263459.zip
chromium_src-c38ec5a81e6471d0e23730741bdfd20ea4263459.tar.gz
chromium_src-c38ec5a81e6471d0e23730741bdfd20ea4263459.tar.bz2
Remove the reused_socket_ member because we don't really need it.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3120032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57418 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r--net/http/http_network_transaction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 8559885..c4cb8d0 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -208,9 +208,6 @@ class HttpNetworkTransaction : public HttpTransaction,
scoped_refptr<StreamFactory::StreamRequestJob> stream_request_;
scoped_ptr<HttpStreamHandle> stream_;
- // True if this transaction was serviced on a reused socket.
- bool reused_socket_;
-
// True if we've validated the headers that the stream parser has returned.
bool headers_valid_;