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

Unified Diff: chrome/browser/chromeos/policy/policy_cert_verifier.h

Issue 1115903002: Refactor the API for CertVerifier::Verify() and the implementation of MultiThreadedCertVerifier::Ver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 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 | chrome/browser/chromeos/policy/policy_cert_verifier.cc » ('j') | net/cert/cert_verifier.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/policy_cert_verifier.h
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier.h b/chrome/browser/chromeos/policy/policy_cert_verifier.h
index 774b36b5627f5b418ad1741769c9d94c9198f4cb..9511b91fafa0013b3786232907ebcbf3c53c7695 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier.h
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier.h
@@ -54,11 +54,9 @@ class PolicyCertVerifier : public net::CertVerifier,
net::CRLSet* crl_set,
net::CertVerifyResult* verify_result,
const net::CompletionCallback& callback,
- RequestHandle* out_req,
+ scoped_ptr<Request>* out_req,
const net::BoundNetLog& net_log) override;
- void CancelRequest(RequestHandle req) override;
-
bool SupportsOCSPStapling() override;
// CertTrustAnchorProvider:
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/policy_cert_verifier.cc » ('j') | net/cert/cert_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698