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 5f4800a08de3ee71114e706e43dfae353f0fb23a..1b4bea744f9fc4085ce9001641b4f954bbfcda13 100644 |
--- a/net/socket/ssl_client_socket_openssl.h |
+++ b/net/socket/ssl_client_socket_openssl.h |
@@ -173,6 +173,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_; |