| Index: chromeos/cert_loader.cc
|
| diff --git a/chromeos/cert_loader.cc b/chromeos/cert_loader.cc
|
| index 553230078f296b4e7b7f25c90e4d1a472bcc2f71..4e4131bad953b82db4e1cc39368f2b6c38b2a9ed 100644
|
| --- a/chromeos/cert_loader.cc
|
| +++ b/chromeos/cert_loader.cc
|
| @@ -174,7 +174,7 @@ void CertLoader::NotifyCertificatesLoaded(bool initial_load) {
|
| observer.OnCertificatesLoaded(*cert_list_, initial_load);
|
| }
|
|
|
| -void CertLoader::OnCertDBChanged(const net::X509Certificate* cert) {
|
| +void CertLoader::OnCertDBChanged() {
|
| VLOG(1) << "OnCertDBChanged";
|
| LoadCertificates();
|
| }
|
|
|