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

Unified Diff: chromeos/cert_loader_unittest.cc

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.cc ('k') | net/cert/caching_cert_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/cert_loader_unittest.cc
diff --git a/chromeos/cert_loader_unittest.cc b/chromeos/cert_loader_unittest.cc
index d2ccb40d717c86f6ae954f5ff22aab27fb6a40eb..c42722b609c22fd8990aa0b9dbf2c6bc3b17f783 100644
--- a/chromeos/cert_loader_unittest.cc
+++ b/chromeos/cert_loader_unittest.cc
@@ -46,7 +46,7 @@ class TestNSSCertDatabase : public net::NSSCertDatabaseChromeOS {
~TestNSSCertDatabase() override {}
void NotifyOfCertAdded(const net::X509Certificate* cert) {
- NSSCertDatabaseChromeOS::NotifyObserversCertDBChanged(nullptr);
+ NSSCertDatabaseChromeOS::NotifyObserversCertDBChanged();
}
};
« no previous file with comments | « chromeos/cert_loader.cc ('k') | net/cert/caching_cert_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698