Index: net/ssl/ssl_config.h |
diff --git a/net/ssl/ssl_config.h b/net/ssl/ssl_config.h |
index 853e88122235cb566fb44acb85c6b1c670f38563..a2e6bf9b631847f7eea833df00b14d7a49dbf4dd 100644 |
--- a/net/ssl/ssl_config.h |
+++ b/net/ssl/ssl_config.h |
@@ -112,9 +112,7 @@ struct NET_EXPORT SSLConfig { |
// TLS extension is enabled. |
bool signed_cert_timestamps_enabled; |
- // If true, causes only ECDHE cipher suites to be enabled. NOTE: This only |
- // applies to server sockets currently, although that could be extended if |
- // needed. |
+ // If true, causes only ECDHE cipher suites to be enabled. |
bool require_ecdhe; |
// TODO(wtc): move the following members to a new SSLParams structure. They |