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

Unified Diff: chrome/browser/about_flags.cc

Issue 1139013002: Completely remove SSLv3 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index edb9981dab995e4cd0027e9cca7a163e2ca1c64f..dce509abbd9ea0e888fcb8447c29eaa1b972304a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -420,8 +420,6 @@ const Experiment::Choice kAutofillSyncCredentialChoices[] = {
const Experiment::Choice kSSLVersionMinChoices[] = {
{ IDS_FLAGS_SSL_VERSION_DEFAULT, "", "" },
- { IDS_FLAGS_SSL_VERSION_SSLV3, switches::kSSLVersionMin,
- switches::kSSLVersionSSLv3 },
{ IDS_FLAGS_SSL_VERSION_TLSV1, switches::kSSLVersionMin,
switches::kSSLVersionTLSv1 },
{ IDS_FLAGS_SSL_VERSION_TLSV11, switches::kSSLVersionMin,

Powered by Google App Engine
This is Rietveld 408576698