diff options
Diffstat (limited to 'chrome/browser/cert_store.cc')
-rw-r--r-- | chrome/browser/cert_store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cert_store.cc b/chrome/browser/cert_store.cc index adc7ff1..4d804ca 100644 --- a/chrome/browser/cert_store.cc +++ b/chrome/browser/cert_store.cc @@ -138,5 +138,5 @@ void CertStore::Observe(NotificationType type, type == NotificationType::RENDERER_PROCESS_CLOSED); RenderProcessHost* rph = Source<RenderProcessHost>(source).ptr(); DCHECK(rph); - RemoveCertsForRenderProcesHost(rph->pid()); + RemoveCertsForRenderProcesHost(rph->id()); } |