| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a13d4585afc1508e6fcef12713d058e075f545d1..32b86f750d45985082880080e23195a798ae9ba5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1245,6 +1245,7 @@ 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";
|
| +const char kEnableTokenBinding[] = "ssl.token_binding.enabled";
|
|
|
| // Boolean that specifies whether or not crash reporting and metrics reporting
|
| // are sent over the network for analysis.
|
|
|