| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a038deef1fd2c488076076820a3f4473e1695537..f40096c47a03e49806beac968a9d764feb6107a6 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";
|
|
|
|
|