Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index 27ed595dcc1bc234eeb781d27875385074a8d932..7a5ef6ef226a0d2842797001a48c1a8ddb4baa31 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -206,8 +206,11 @@ class NET_EXPORT HttpNetworkSession |
bool IsProtocolEnabled(AlternateProtocol protocol) const; |
- // Populates |*next_protos| with protocols. |
- void GetNextProtos(NextProtoVector* next_protos) const; |
+ // 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; |
// Convenience function for searching through |params_| for |
// |forced_spdy_exclusions|. |