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

Unified Diff: chromeos/cert_loader_unittest.cc

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 | « chromeos/cert_loader.cc ('k') | components/infobars/core/infobar_delegate.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 4503fb984feac5f11e1130ab730b6f5fbd7bf6e3..9cf8525855b08c69c9bdf4bcd3d71ac475e6187b 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::NotifyObserversOfCertAdded(cert);
+ NSSCertDatabaseChromeOS::NotifyObserversCertDBChanged(nullptr);
}
};
« no previous file with comments | « chromeos/cert_loader.cc ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698