Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: net/cert/internal/verify_certificate_chain.h

Issue 2854263004: Add tests for PathBuilder when certificates are distrusted. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fa83584177e358f97a8df98c28cee0152f9b43b2..8d1f044805192df088776b66f6a9b9f6f6c9a50e 100644
--- a/net/cert/internal/verify_certificate_chain.h
+++ b/net/cert/internal/verify_certificate_chain.h
@@ -119,6 +119,7 @@ NET_EXPORT void VerifyCertificateChain(const ParsedCertificateList& certs,
// TODO(crbug.com/634443): Move exported errors to a central location?
extern CertErrorId kValidityFailedNotAfter;
extern CertErrorId kValidityFailedNotBefore;
+NET_EXPORT extern CertErrorId kCertIsDistrusted;
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698