Index: net/base/ssl_config_service.h |
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h |
index 4e3c768342e4e23c8bf70d33fb8c0f62da06c181..662192bafae8d6bed705a8799a3781ec4286347e 100644 |
--- a/net/base/ssl_config_service.h |
+++ b/net/base/ssl_config_service.h |
@@ -85,8 +85,6 @@ struct NET_EXPORT SSLConfig { |
// first uint8 occupying the most significant byte. |
// Ex: To disable TLS_RSA_WITH_RC4_128_MD5, specify 0x0004, while to |
// disable TLS_ECDH_ECDSA_WITH_RC4_128_SHA, specify 0xC002. |
- // |
- // Note: Not implemented when using Schannel/SSLClientSocketWin. |
std::vector<uint16> disabled_cipher_suites; |
bool cached_info_enabled; // True if TLS cached info extension is enabled. |