feat: expose the chromium validated certificate in the certificate verify proc (#21890)

This commit is contained in:
Samuel Attard 2020-01-27 10:48:29 -08:00 committed by Jeremy Apthorp
parent f34cbe66a0
commit 37feeb8e5f
4 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ struct VerifyRequestParams {
std::string default_result;
int error_code;
scoped_refptr<net::X509Certificate> certificate;
scoped_refptr<net::X509Certificate> validated_certificate;
VerifyRequestParams();
VerifyRequestParams(const VerifyRequestParams&);