| 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 3070daf557cf37b51ca39b857d75f636b03e5f08..d8d3e376f6a468214c0dd49c54393472cf939291 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -277,7 +277,6 @@ 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
|
|
|