summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_win.h
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 22:30:12 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 22:30:12 +0000
commit708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8 (patch)
tree8e506b51ee0c71d081148b1ebfd8f70c38875480 /net/socket/ssl_client_socket_win.h
parent00c1a1272e75dba35f1d8d0b486f3852584ac8c1 (diff)
downloadchromium_src-708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8.zip
chromium_src-708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8.tar.gz
chromium_src-708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8.tar.bz2
A follow-up of r28664.
Remove the unused member completed_handshake_. In OnHandshakeIOComplete, correct the comments to note that we also notify the caller of success. We cannot DCHECK renegotiating_ is true because DidCompleteRenegotiation has reset it to false. Instead, DCHECK the equivalent conditions in DidCompleteRenegotiation. Log the end of TYPE_SSL_CONNECT only for initial handshakes. In DoCompletedRenegotiation, result may not be OK. R=mbelshe BUG=none TEST=none Review URL: http://codereview.chromium.org/666004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket_win.h')
-rw-r--r--net/socket/ssl_client_socket_win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h
index 84a42de..3a7d21c 100644
--- a/net/socket/ssl_client_socket_win.h
+++ b/net/socket/ssl_client_socket_win.h
@@ -164,8 +164,6 @@ class SSLClientSocketWin : public SSLClientSocket {
// state.
bool writing_first_token_;
- bool completed_handshake_;
-
// Only used in the STATE_HANDSHAKE_READ_COMPLETE and
// STATE_PAYLOAD_READ_COMPLETE states. True if a 'result' argument of OK
// should be ignored, to prevent it from being interpreted as EOF.