Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 8993c39bca1368337fb0f6315be9892d204d73b6..2cd33180c97adb6f7186392ebeecead380016796 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's properties the minimum version will be TLS 1.0. |
|
Ryan Sleevi
2013/04/16 19:55:26
s/'s//
s/will be/is/
thaidn_google
2013/04/17 00:46:17
Done.
|
| +// For others the minimum version is still SSL 3.0, i.e., it has no effect. |
| +const char kDisableSSLVersionMinPreloaded[] = |
| + "disable-ssl-version-min-preloaded"; |
| + |
| // Disable Instant extended API. |
| const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api"; |