| Index: net/cert/internal/verify_certificate_chain.h
|
| diff --git a/net/cert/internal/verify_certificate_chain.h b/net/cert/internal/verify_certificate_chain.h
|
| index 428bd7b0214fd27b7953ec4ee302ffc86c72f259..00d6680eb78cc854867a5c8385a761de5fc92393 100644
|
| --- a/net/cert/internal/verify_certificate_chain.h
|
| +++ b/net/cert/internal/verify_certificate_chain.h
|
| @@ -74,6 +74,10 @@ NET_EXPORT bool VerifyCertificateChain(const ParsedCertificateList& certs,
|
| const der::GeneralizedTime& time,
|
| CertErrors* errors) WARN_UNUSED_RESULT;
|
|
|
| +// TODO(crbug.com/634443): Move exported errors to a central location?
|
| +extern CertErrorId kValidityFailedNotAfter;
|
| +extern CertErrorId kValidityFailedNotBefore;
|
| +
|
| } // namespace net
|
|
|
| #endif // NET_CERT_INTERNAL_VERIFY_CERTIFICATE_CHAIN_H_
|
|
|