| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index 812b7bd889009f3b637e7c89947da3f0051f07d9..fa3ee6e0c77c768b098d7055228e6fcb4c619dce 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -144,6 +144,7 @@ class NET_EXPORT SpdySessionPool
|
| // CertDatabase::Observer methods:
|
| virtual void OnCertAdded(const X509Certificate* cert) OVERRIDE;
|
| virtual void OnCertTrustChanged(const X509Certificate* cert) OVERRIDE;
|
| + virtual void OnDatabaseUpdated() OVERRIDE;
|
|
|
| private:
|
| friend class SpdySessionPoolPeer; // For testing.
|
|
|