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 017ff5854bc16e8c874e5955fd2afabdfb114170..f8826363e920c2797a5e712d78c628e99e8956e8 100644 |
--- a/net/socket/ssl_client_socket_impl.h |
+++ b/net/socket/ssl_client_socket_impl.h |
@@ -166,12 +166,6 @@ class SSLClientSocketImpl : public SSLClientSocket { |
// certificates don't change during renegotiation. |
int CertVerifyCallback(X509_STORE_CTX* store_ctx); |
- // Callback from the SSL layer to check which NPN protocol we are supporting |
- int SelectNextProtoCallback(unsigned char** out, |
- unsigned char* outlen, |
- const unsigned char* in, |
- unsigned int inlen); |
- |
// Called during an operation on |transport_bio_|'s peer. Checks saved |
// transport error state and, if appropriate, returns an error through |
// OpenSSL's error system. |
@@ -353,10 +347,7 @@ class SSLClientSocketImpl : public SSLClientSocket { |
// True if the socket has been disconnected. |
bool disconnected_; |
- NextProtoStatus npn_status_; |
NextProto negotiated_protocol_; |
- // Protocol negotiation extension used. |
- SSLNegotiationExtension negotiation_extension_; |
// Written by the |channel_id_service_|. |
std::unique_ptr<crypto::ECPrivateKey> channel_id_key_; |
// True if a channel ID was sent. |