| 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 94737842f89c286dab7fe9c69543344d07d9aa82..c2c4c61cf423acbe23ed53ad07a161737ae1ae90 100644
|
| --- a/net/tools/quic/test_tools/server_thread.h
|
| +++ b/net/tools/quic/test_tools/server_thread.h
|
| @@ -20,8 +20,7 @@ class ServerThread : public base::SimpleThread {
|
| ServerThread(IPEndPoint address,
|
| const QuicConfig& config,
|
| const QuicVersionVector& supported_versions,
|
| - bool strike_register_no_startup_period,
|
| - uint32 server_initial_flow_control_receive_window);
|
| + bool strike_register_no_startup_period);
|
|
|
| virtual ~ServerThread();
|
|
|
|
|