| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index d3bf9de857fb7449ab46be24987c93778e4938a2..72ba0e9ef21b69f448c251e9d29720d740e36f85 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -1116,6 +1116,10 @@ void QuicStreamFactory::OnIPAddressChanged() {
|
| set_require_confirmation(true);
|
| }
|
|
|
| +void QuicStreamFactory::OnSSLConfigChanged() {
|
| + CloseAllSessions(ERR_CERT_DATABASE_CHANGED);
|
| +}
|
| +
|
| void QuicStreamFactory::OnCertAdded(const X509Certificate* cert) {
|
| CloseAllSessions(ERR_CERT_DATABASE_CHANGED);
|
| }
|
|
|