Chromium Code Reviews| Index: net/socket/ssl_client_socket_nss.h |
| diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h |
| index 6f3f7bb5cdb988a4cd963c4e2c61d3ebf6fdc23f..f269717ec367e0009f0524482839440b9e7af63c 100644 |
| --- a/net/socket/ssl_client_socket_nss.h |
| +++ b/net/socket/ssl_client_socket_nss.h |
| @@ -171,6 +171,9 @@ class SSLClientSocketNSS : public SSLClientSocket { |
| // True if the SSL handshake has been completed. |
| bool completed_handshake_; |
| + // True if the SSL connection is closed due to CloseNotify or errors. |
|
wtc
2013/01/16 00:34:16
CloseNotify => close_notify
|
| + bool ssl_is_closed_; |
| + |
| State next_handshake_state_; |
| // The NSS SSL state machine. This is owned by |core_|. |