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

Unified Diff: chrome/browser/prefs/command_line_pref_store.cc

Issue 619463002: net: disable SSLv3 fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 2 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/prefs/command_line_pref_store.cc
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
index 7f2446ca37a75556030a3b28a6520fc6ca619a4b..538914bd9945c5fb71fd2fe1a0bef915e4371537 100644
--- a/chrome/browser/prefs/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_pref_store.cc
@@ -33,6 +33,7 @@ const CommandLinePrefStore::StringSwitchToPreferenceMapEntry
data_reduction_proxy::prefs::kDataReductionProxy },
{ switches::kSSLVersionMin, prefs::kSSLVersionMin },
{ switches::kSSLVersionMax, prefs::kSSLVersionMax },
+ { switches::kSSLVersionFallbackMin, prefs::kSSLVersionFallbackMin },
};
const CommandLinePrefStore::PathSwitchToPreferenceMapEntry

Powered by Google App Engine
This is Rietveld 408576698