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

Unified Diff: net/ssl/ssl_config.cc

Issue 2858693003: Remove the deprecated cipher fallback. (Closed)
Patch Set: rebase Created 3 years, 7 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 528ff2add80115b2f4ed70e1aeec796d9f49f6dd..54d375e7cb7a87dc8f1c21fb1a6143f7e9f8579b 100644
--- a/net/ssl/ssl_config.cc
+++ b/net/ssl/ssl_config.cc
@@ -27,7 +27,6 @@ SSLConfig::SSLConfig()
common_name_fallback_local_anchors_enabled(true),
version_min(kDefaultSSLVersionMin),
version_max(kDefaultSSLVersionMax),
- deprecated_cipher_suites_enabled(false),
version_interference_probe(false),
channel_id_enabled(true),
false_start_enabled(true),

Powered by Google App Engine
This is Rietveld 408576698