| 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 29833b9de1ef500343f5dd58f7ad92db24a2a802..d47b8d60889773b5074f5c0679e2144e7fc6f7e1 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -189,6 +189,9 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| // this socket.
|
| std::string GetSessionCacheKey() const;
|
|
|
| + // Returns true if renegotiations are allowed.
|
| + bool IsRenegotiationAllowed() const;
|
| +
|
| bool transport_send_busy_;
|
| bool transport_recv_busy_;
|
|
|
|
|