| Index: net/base/ssl_config_service.h
|
| diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h
|
| index c1ae55327d9fc93131858e1071a878e0885a123d..de2ebef7e904d49656cbec3b5dbb77510e858e8a 100644
|
| --- a/net/base/ssl_config_service.h
|
| +++ b/net/base/ssl_config_service.h
|
| @@ -32,6 +32,11 @@ struct SSLConfig {
|
| // True if we'll do async checks for certificate provenance using DNS.
|
| bool dns_cert_provenance_checking_enabled;
|
|
|
| + // TODO(hclam): This option is used to simplify the SSLServerSocketNSS
|
| + // implementation and should be removed when session caching is implemented.
|
| + // See http://crbug.com/67236 for more details.
|
| + bool session_resume_disabled; // Don't allow session resume.
|
| +
|
| // Cipher suites which should be explicitly prevented from being used in
|
| // addition to those disabled by the net built-in policy -- by default, all
|
| // cipher suites supported by the underlying SSL implementation will be
|
|
|