| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 5e2a324c5b8abbb3858e0df6f0c6eb85645364ca..14ee43ec1dd10228356044d1e091ca922fce4d3d 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";
|
|
|
|
|