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

Unified Diff: net/http/http_network_session.h

Issue 1850043002: Check whether to enable token binding in preconnect.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: HttpNetworkSession::GetSSLConfig populates both server and proxy configs Created 4 years, 8 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 | « chrome/browser/net/preconnect.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 41c5340b0a9124c67b5d17533534a63eced354df..1de42b75144d9f72402211af8d2db77e292cc51d 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -267,6 +267,12 @@ class NET_EXPORT HttpNetworkSession
// 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,
+ SSLConfig* server_config,
+ SSLConfig* proxy_config) const;
+
private:
friend class HttpNetworkSessionPeer;
« no previous file with comments | « chrome/browser/net/preconnect.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698