| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index c77953924bc9b8e20bd0bd9c1346dd7244952c96..296365947e64455a11ee199d2634abd91e2fae97 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -267,6 +267,9 @@ class NET_EXPORT HttpNetworkSession
|
| // Populates |*npn_protos| with protocols to be used with NPN.
|
| void GetNpnProtos(NextProtoVector* npn_protos) const;
|
|
|
| + // Populates |config| based on this session and |request|.
|
| + void GetSSLConfig(const HttpRequestInfo& request, SSLConfig* config) const;
|
| +
|
| private:
|
| friend class HttpNetworkSessionPeer;
|
|
|
|
|