| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 2b1cdea7208f8ef0689220a86bd96e85a2732535..2268bb145ea266495d09dce13acec24a32df9808 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -224,6 +224,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| // Map from IP address to sessions which are connected to this address.
|
| IPAliasMap ip_aliases_;
|
|
|
| + // Origins which have gone away recently.
|
| + AliasSet gone_away_aliases_;
|
| +
|
| // Contains owning pointers to QuicCryptoClientConfig. QuicCryptoClientConfig
|
| // contains configuration and cached state about servers.
|
| // TODO(rtenneti): Persist all_crypto_configs_ to disk and decide when to
|
|
|