| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 51a65b1ff69864e5ca6814309149f0510efc50f2..0a3935e3a1e13e9869affa15afe91035d98b0690 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1299,6 +1299,7 @@ const char kCertRevocationCheckingRequiredLocalAnchors[] =
|
| "ssl.rev_checking.required_for_local_anchors";
|
| const char kSSLVersionMin[] = "ssl.version_min";
|
| const char kSSLVersionMax[] = "ssl.version_max";
|
| +const char kSSLVersionFallbackMin[] = "ssl.version_fallback_min";
|
| const char kCipherSuiteBlacklist[] = "ssl.cipher_suites.blacklist";
|
| const char kDisableSSLRecordSplitting[] = "ssl.ssl_record_splitting.disabled";
|
|
|
|
|