Chromium Code Reviews| 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..402348005c028b4028fc04c68607ab2e1b1f3c58 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 SSLServerSocketNSS |
|
agl
2010/12/17 18:30:50
s/simplify/simplify the/
|
| + // implementation and should be removed when session cache is implemented. |
|
agl
2010/12/17 18:30:50
s/cache/caching/
|
| + // See http://crbug.com/67236 for more details. |
| + bool session_cache_disabled; // Disable caching. |
|
wtc
2010/12/17 18:08:04
Please change the comment to say
Don't use the s
Alpha Left Google
2010/12/17 20:09:57
Done.
Alpha Left Google
2010/12/17 20:09:57
Done.
|
| + |
| // 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 |