| Index: net/socket/ssl_client_socket_impl.h
|
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
|
| index e9554d498098c19eef3bb8ba5f02aaccbb2c36bc..0391d68bc15bdd85d5693de16bebc315362b4eed 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -286,6 +286,7 @@ class SSLClientSocketImpl : public SSLClientSocket {
|
| std::unique_ptr<PeerCertificateChain> server_cert_chain_;
|
| scoped_refptr<X509Certificate> server_cert_;
|
| CertVerifyResult server_cert_verify_result_;
|
| + std::string ocsp_response_;
|
| bool completed_connect_;
|
|
|
| // Set when Read() or Write() successfully reads or writes data to or from the
|
|
|