Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index 4aed6bcff6c7ba35ee606f223f2db6d3a5d8b188..67c884ee41681be0ba033f2684a01ec99c236ead 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -264,9 +264,6 @@ class NET_EXPORT HttpNetworkSession |
// Populates |*alpn_protos| with protocols to be used with ALPN. |
void GetAlpnProtos(NextProtoVector* alpn_protos) const; |
- // Populates |*npn_protos| with protocols to be used with NPN. |
- void GetNpnProtos(NextProtoVector* npn_protos) const; |
- |
// Populates |server_config| and |proxy_config| based on this session and |
// |request|. |
void GetSSLConfig(const HttpRequestInfo& request, |