| Index: content/common/ssl_status_serialization.cc
|
| diff --git a/content/common/ssl_status_serialization.cc b/content/common/ssl_status_serialization.cc
|
| index 5622c187cd436f99164629e4091c5b9957df7c2f..3785d277eafc0a1cc70ce2a39056563bda47803d 100644
|
| --- a/content/common/ssl_status_serialization.cc
|
| +++ b/content/common/ssl_status_serialization.cc
|
| @@ -31,6 +31,9 @@ bool CheckSecurityStyle(int security_style) {
|
| bool CheckSCTStatus(uint32_t sct_status) {
|
| switch (sct_status) {
|
| case net::ct::SCT_STATUS_LOG_UNKNOWN:
|
| + // INVALID is deprecated and should not be used anymore, but it
|
| + // might have been previously written into the disk cache.
|
| + case net::ct::SCT_STATUS_INVALID:
|
| case net::ct::SCT_STATUS_INVALID_SIGNATURE:
|
| case net::ct::SCT_STATUS_OK:
|
| case net::ct::SCT_STATUS_INVALID_TIMESTAMP:
|
|
|