| Index: net/base/ssl_config_service_mac.cc
|
| diff --git a/net/base/ssl_config_service_mac.cc b/net/base/ssl_config_service_mac.cc
|
| index 2ce1d5c9a4d13f8ea2800adee73599c2df0e5ad2..148bba4adede7db304887da8a3c5f0f01773d8d4 100644
|
| --- a/net/base/ssl_config_service_mac.cc
|
| +++ b/net/base/ssl_config_service_mac.cc
|
| @@ -97,6 +97,8 @@ bool SSLConfigServiceMac::GetSSLConfigNow(SSLConfig* config) {
|
| kTLS1EnabledDefaultValue);
|
| SSLConfigService::SetSSLConfigFlags(config);
|
|
|
| + // TODO(rsleevi): http://crbug.com/58831 - Implement preferences for
|
| + // disabling cipher suites.
|
| return true;
|
| }
|
|
|
|
|