browser: switch to set minimum version for TLS fallback

This commit is contained in:
Robo 2015-09-21 22:13:32 +05:30
parent 01a3bf5881
commit 748b1387d2
8 changed files with 93 additions and 0 deletions

View file

@ -113,6 +113,10 @@ const char kDisableHttpCache[] = "disable-http-cache";
// Register schemes to standard.
const char kRegisterStandardSchemes[] = "register-standard-schemes";
// The minimum SSL/TLS version ("tls1", "tls1.1", or "tls1.2") that
// TLS fallback will accept.
const char kSSLVersionFallbackMin[] = "ssl-version-fallback-min";
// The browser process app model ID
const char kAppUserModelId[] = "app-user-model-id";