| Index: net/base/x509_certificate_mac.cc
|
| diff --git a/net/base/x509_certificate_mac.cc b/net/base/x509_certificate_mac.cc
|
| index 9103152ec85445f6c615b9ba374938cde94af03f..af724511ed5366f3cdf96d23dcf4b5f6fa16a28f 100644
|
| --- a/net/base/x509_certificate_mac.cc
|
| +++ b/net/base/x509_certificate_mac.cc
|
| @@ -732,7 +732,6 @@ bool CheckRevocationWithCRLSet(CFArrayRef chain, CRLSet* crl_set) {
|
| return false;
|
| case CRLSet::UNKNOWN:
|
| case CRLSet::GOOD:
|
| - case CRLSet::CRL_SET_EXPIRED:
|
| continue;
|
| default:
|
| NOTREACHED();
|
|
|