| Index: net/tools/quic/test_tools/server_thread.cc
|
| diff --git a/net/tools/quic/test_tools/server_thread.cc b/net/tools/quic/test_tools/server_thread.cc
|
| index e82b3b305318893326a3be7cc697df3467ae022f..dc41e09e27f0b42edc5ae592f278b5a3f6e55337 100644
|
| --- a/net/tools/quic/test_tools/server_thread.cc
|
| +++ b/net/tools/quic/test_tools/server_thread.cc
|
| @@ -10,11 +10,12 @@ namespace test {
|
|
|
| ServerThread::ServerThread(IPEndPoint address,
|
| const QuicConfig& config,
|
| + const QuicVersionVector& supported_versions,
|
| bool strike_register_no_startup_period)
|
| : SimpleThread("server_thread"),
|
| listening_(true, false),
|
| quit_(true, false),
|
| - server_(config),
|
| + server_(config, supported_versions),
|
| address_(address),
|
| port_(0) {
|
| if (strike_register_no_startup_period) {
|
|
|