| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index b7936c34cc47218559532b37b436d344b97a2e45..97da453480509b3915f3fd0f08bd7e92c53795aa 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -222,7 +222,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| const scoped_ptr<QuicServerInfo>& server_info);
|
|
|
| void ProcessGoingAwaySession(QuicClientSession* session,
|
| - const QuicServerId& server_id);
|
| + const QuicServerId& server_id,
|
| + bool was_session_active);
|
|
|
| bool require_confirmation_;
|
| HostResolver* host_resolver_;
|
|
|