| 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..03888fb116142cb39cdd471ebfd7c40bbdccb9fa 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& user_agent_id,
|
| const QuicVersionVector& supported_versions,
|
| bool enable_port_selection,
|
| bool enable_pacing,
|
|
|