Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 8993c39bca1368337fb0f6315be9892d204d73b6..5b06566ac28976e65f6ba3b0b17ad4ba8ff1d98a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -320,6 +320,12 @@ const char kDisableExtensionsResourceWhitelist[] = |
// Disables automatically making app run in full screen in force app mode. |
const char kDisableFullscreenApp[] = "disable-fullscreen-app"; |
+// Disables enforcement of minimum SSL version for preloaded HSTS entries. |
+// For preloaded Google properties the minimum version is TLS 1.0. |
+// For others the minimum version is still SSL 3.0, i.e., it has no effect. |
+const char kDisableSSLVersionMinPreloaded[] = |
+ "disable-ssl-version-min-preloaded"; |
wtc
2013/04/17 19:49:50
The CL's description says this option is
--ssl-ver
thaidn_google
2013/04/17 22:16:07
I change it to --enable-ssl3-version-fallback, and
|
+ |
// Disable Instant extended API. |
const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api"; |