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

Unified Diff: net/cert/caching_cert_verifier.h

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « net/base/mime_util.h ('k') | net/cert/caching_cert_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/caching_cert_verifier.h
diff --git a/net/cert/caching_cert_verifier.h b/net/cert/caching_cert_verifier.h
index e10d6db0ed2d44f68309e2314f03b88ae2e481f8..57a61428d4798dedd29d06f670e10197126b56cf 100644
--- a/net/cert/caching_cert_verifier.h
+++ b/net/cert/caching_cert_verifier.h
@@ -144,7 +144,7 @@ class NET_EXPORT CachingCertVerifier : public CertVerifier,
int error);
// CertDatabase::Observer methods:
- void OnCACertChanged(const X509Certificate* cert) override;
+ void OnCertDBChanged(const X509Certificate* cert) override;
// For unit testing.
void ClearCache();
« no previous file with comments | « net/base/mime_util.h ('k') | net/cert/caching_cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698