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

Unified Diff: chrome/common/chrome_switches.cc

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a bug that prevents TLS 1.1 -> TLS 1.0 fallback. Created 7 years, 8 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8993c39bca1368337fb0f6315be9892d204d73b6..c162af0d83e763dce9a86573f396d45b83f5f6bb 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -620,6 +620,9 @@ const char kEnableQuic[] = "enable-quic";
const char kEnableResourceContentSettings[] =
"enable-resource-content-settings";
+// Enables SSL 3.0 fallback.
wtc 2013/04/18 18:15:34 This comment should say something like "Enables pe
+const char kEnableSSL3Fallback[] = "enable-ssl3-fallback";
+
// Controls the support for SDCH filtering (dictionary based expansion of
// content). By default SDCH filtering is enabled. To disable SDCH filtering,
// use "--enable-sdch=0" as command line argument. SDCH is currently only

Powered by Google App Engine
This is Rietveld 408576698