| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index eb82659bbf82433f44f3a5855427a8181f7a15f0..8bdc328e17d6c0167a141237160bb2e1dd61190c 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -99,7 +99,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| const QuicVersionVector& supported_versions,
|
| bool enable_port_selection,
|
| bool enable_pacing,
|
| - bool enable_time_based_loss_detection);
|
| + bool enable_time_based_loss_detection,
|
| + QuicTagVector connection_options);
|
| virtual ~QuicStreamFactory();
|
|
|
| // Creates a new QuicHttpStream to |host_port_pair| which will be
|
|
|