| Index: components/cast_certificate/cast_crl.h
|
| diff --git a/components/cast_certificate/cast_crl.h b/components/cast_certificate/cast_crl.h
|
| index e95faf4861d630d3a37aa224b82dfe3c8d1842e3..16e60b8d80f572277c3004fa0fc69403df0b0aa3 100644
|
| --- a/components/cast_certificate/cast_crl.h
|
| +++ b/components/cast_certificate/cast_crl.h
|
| @@ -59,6 +59,11 @@ std::unique_ptr<CastCRL> ParseAndVerifyCRL(const std::string& crl_proto,
|
| // Returns true if successful, false if nothing is changed.
|
| bool SetCRLTrustAnchorForTest(const std::string& cert) WARN_UNUSED_RESULT;
|
|
|
| +// Exposed only for testing, not for use in production code.
|
| +//
|
| +// Resets CastCRLTrustStore to the default set of roots.
|
| +void ResetCRLTrustAnchorForTest();
|
| +
|
| } // namespace cast_certificate
|
|
|
| #endif // COMPONENTS_CAST_CERTIFICATE_CAST_CRL_H_
|
|
|