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

Unified Diff: blimp/net/exact_match_cert_verifier.h

Issue 1994353002: Update CertVerifier::Verify to use RequestParams instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request_params
Patch Set: Rebased Created 4 years, 7 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
« no previous file with comments | « no previous file | blimp/net/exact_match_cert_verifier.cc » ('j') | net/cert/cert_verifier.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/exact_match_cert_verifier.h
diff --git a/blimp/net/exact_match_cert_verifier.h b/blimp/net/exact_match_cert_verifier.h
index 321184996f9f3d60c7f8c251fe76e3229db18dd0..3ccbd635b457951454cf9f9af8ce76b1c5612854 100644
--- a/blimp/net/exact_match_cert_verifier.h
+++ b/blimp/net/exact_match_cert_verifier.h
@@ -28,10 +28,7 @@ class BLIMP_NET_EXPORT ExactMatchCertVerifier : public net::CertVerifier {
~ExactMatchCertVerifier() override;
// net::CertVerifier implementation.
- int Verify(net::X509Certificate* cert,
- const std::string& hostname,
- const std::string& ocsp_response,
- int flags,
+ int Verify(const net::CertVerifier::RequestParams& params,
net::CRLSet* crl_set,
net::CertVerifyResult* verify_result,
const net::CompletionCallback& callback,
« no previous file with comments | « no previous file | blimp/net/exact_match_cert_verifier.cc » ('j') | net/cert/cert_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698