diff options
Diffstat (limited to 'net/base/ssl_config_service.h')
-rw-r--r-- | net/base/ssl_config_service.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h index b1d1de4..dc48a36 100644 --- a/net/base/ssl_config_service.h +++ b/net/base/ssl_config_service.h @@ -77,12 +77,6 @@ struct SSLConfig { std::string next_protos; scoped_refptr<X509Certificate> client_cert; - - // ssl_host_info contains an optional context that is needed for Snap Start. - // If provided, the SSL socket will assume that the application protocol is - // client-speaks-first. Also needs SSLConfigService::EnableSnapStart to - // have been called. - scoped_refptr<SSLHostInfo> ssl_host_info; }; // The interface for retrieving the SSL configuration. This interface |