Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: net/ssl/ssl_config.h

Issue 2348453002: Remove NPN from SSLConfig and SSLClientSocket*. (Closed)
Patch Set: Re: #7. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config.h
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h
index 59a1b18f2f7e40bb378fc54f2d159946a2ab5d2f..f48a86fcadac8bfeba5b4b7181aba8a8f83b3c5a 100644
--- a/net/ssl/ssl_config.h
+++ b/net/ssl/ssl_config.h
@@ -171,16 +171,6 @@ struct NET_EXPORT SSLConfig {
// will be advertised in this order during TLS handshake.
NextProtoVector alpn_protos;
- // The list of application level protocols supported with NPN (Next Protocol
- // Negotiation). The last item on the list is selected if there is no overlap
- // between |npn_protos| and the protocols supported by the server, otherwise
- // server preference is observed and the order of |npn_protos| is irrelevant.
- // Note that due to NSS limitations, ports which use NSS will use
- // |alpn_protos| for both ALPN and NPN. However, if |npn_protos| is empty, NPN
- // will still be disabled.
- // TODO(bnc): Deprecate NPN, see https://crbug.com/526713.
- NextProtoVector npn_protos;
-
// True if renegotiation should be allowed for the default application-level
// protocol when the peer negotiates neither ALPN nor NPN.
bool renego_allowed_default;
« no previous file with comments | « net/socket/ssl_client_socket_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698