| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a9b7da07bf3db78040fb7304d45199868c355fbb..bae18c5969ecf47a058c83bc084a96370d4842da 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1261,6 +1261,10 @@ const char kSSLVersionMax[] = "ssl.version_max";
|
| const char kCipherSuiteBlacklist[] = "ssl.cipher_suites.blacklist";
|
| const char kDisableSSLRecordSplitting[] = "ssl.ssl_record_splitting.disabled";
|
|
|
| +// Dictionary of dates when a site's SSL blocking interstitial was proceeded
|
| +// through.
|
| +const char kSSLBlockingBypassed[] = "ssl.ssl_blocking_bypassed";
|
| +
|
| // A boolean pref of the EULA accepted flag.
|
| const char kEulaAccepted[] = "EulaAccepted";
|
|
|
|
|