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..e64e24456873079668f205b6712c909076242c95 100644 |
--- a/net/socket/ssl_client_socket_impl.h |
+++ b/net/socket/ssl_client_socket_impl.h |
@@ -284,13 +284,6 @@ class SSLClientSocketImpl : public SSLClientSocket, |
// network. |
bool was_ever_used_; |
- // List of DER-encoded X.509 DistinguishedName of certificate authorities |
- // allowed by the server. |
- std::vector<std::string> cert_authorities_; |
- // List of SSLClientCertType values for client certificates allowed by the |
- // server. |
- std::vector<SSLClientCertType> cert_key_types_; |
- |
CertVerifier* const cert_verifier_; |
std::unique_ptr<CertVerifier::Request> cert_verifier_request_; |
base::TimeTicks start_cert_verification_time_; |