diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 22:30:12 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 22:30:12 +0000 |
commit | 708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8 (patch) | |
tree | 8e506b51ee0c71d081148b1ebfd8f70c38875480 /net/socket/ssl_client_socket_win.h | |
parent | 00c1a1272e75dba35f1d8d0b486f3852584ac8c1 (diff) | |
download | chromium_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.h | 2 |
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. |