| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index eaefdcb49994b4ef9325864b1ae233729f8e4a23..079e279eec04c1b32aab2cb8833a3309179e53c6 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -145,8 +145,7 @@ class NET_EXPORT SpdySessionPool
|
|
|
| // We perform the same flushing as described above when certificate database
|
| // is changed.
|
| - void OnCertAdded(const X509Certificate* cert) override;
|
| - void OnCACertChanged(const X509Certificate* cert) override;
|
| + void OnCertDBChanged(const X509Certificate* cert) override;
|
|
|
| private:
|
| friend class SpdySessionPoolPeer; // For testing.
|
|
|