| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index e949a47ce8f3112adf8e782c542dee27478b9718..26dde4cd2a43fdaba9cac4a819ef0ee5b0345de8 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -95,6 +95,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| QuicRandom* random_generator,
|
| QuicClock* clock,
|
| size_t max_packet_length,
|
| + const std::string& client_version,
|
| const QuicVersionVector& supported_versions,
|
| bool enable_port_selection,
|
| bool enable_pacing,
|
|
|