| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index 0fc9cbe2ad897cf42c590858ba2e1b44cf0e0294..6574c31146ab1a106016cfce857a2b9f406bf5bd 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -180,6 +180,10 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| CertVerifyResult server_cert_verify_result_;
|
| bool completed_handshake_;
|
|
|
| + // Set when Read() or Write() successfully reads or writes data to or from the
|
| + // network.
|
| + bool was_used_to_convey_data_;
|
| +
|
| // Stores client authentication information between ClientAuthHandler and
|
| // GetSSLCertRequestInfo calls.
|
| bool client_auth_cert_needed_;
|
|
|