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

Unified Diff: net/cert/caching_cert_verifier.h

Issue 2691683003: Remove OnCertDBChanged |cert| parameter. (Closed)
Patch Set: comment wording Created 3 years, 10 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 | « chromeos/cert_loader_unittest.cc ('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 57a61428d4798dedd29d06f670e10197126b56cf..a6878b24a10dd4fe56b371a3138cb67bf8eac789 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 OnCertDBChanged(const X509Certificate* cert) override;
+ void OnCertDBChanged() override;
// For unit testing.
void ClearCache();
« no previous file with comments | « chromeos/cert_loader_unittest.cc ('k') | net/cert/caching_cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698