| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index 661501f1aba6d1a8e11fd56e08166590a7c91470..fc82c40cc39b38ea2e99cf740b5d320f34e7d97d 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -154,7 +154,7 @@ class NET_EXPORT SpdySessionPool
|
|
|
| // We perform the same flushing as described above when certificate database
|
| // is changed.
|
| - void OnCertDBChanged(const X509Certificate* cert) override;
|
| + void OnCertDBChanged() override;
|
|
|
| void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
|
| const std::string& parent_dump_absolute_name) const;
|
|
|