| Index: net/tools/quic/test_tools/server_thread.h
|
| diff --git a/net/tools/quic/test_tools/server_thread.h b/net/tools/quic/test_tools/server_thread.h
|
| index 3fecb06485addbbfd94fbf4079ec6ed8474ddf6e..b2ebbf7461d8cecd7f2054194a40ddc46d867dda 100644
|
| --- a/net/tools/quic/test_tools/server_thread.h
|
| +++ b/net/tools/quic/test_tools/server_thread.h
|
| @@ -20,9 +20,7 @@ namespace test {
|
| // Simple wrapper class to run QuicServer in a dedicated thread.
|
| class ServerThread : public base::SimpleThread {
|
| public:
|
| - ServerThread(QuicServer* server,
|
| - const IPEndPoint& address,
|
| - bool strike_register_no_startup_period);
|
| + ServerThread(QuicServer* server, const IPEndPoint& address);
|
|
|
| ~ServerThread() override;
|
|
|
|
|