Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: net/ssl/ssl_config.cc

Issue 2653773003: Remove remnants of DHE support. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/ssl/ssl_config.cc
diff --git a/net/ssl/ssl_config.cc b/net/ssl/ssl_config.cc
index 3275ac47fe9360d275ba2ef07e5508ff2b418ce5..dee8ea1831efb6958314445e380f560562f4041c 100644
--- a/net/ssl/ssl_config.cc
+++ b/net/ssl/ssl_config.cc
@@ -26,8 +26,6 @@ SSLConfig::SSLConfig()
sha1_local_anchors_enabled(true),
version_min(kDefaultSSLVersionMin),
version_max(kDefaultSSLVersionMax),
- deprecated_cipher_suites_enabled(false),
- dhe_enabled(false),
channel_id_enabled(true),
false_start_enabled(true),
signed_cert_timestamps_enabled(true),

Powered by Google App Engine
This is Rietveld 408576698