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