| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 173ee911ccc510dcaaeb5759e8ceef77474e8ba0..a7058bcc5fa96d71d6f9c2ef1290a0bb57eebda5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1303,6 +1303,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";
|
|
|
|
|