| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index d0bcc25d4f81c8df7aa2b0e795e285babc1bd957..09df36536e26a9e45355fc517665bd4757b3e64b 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -142,8 +142,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.
|
|
|