| Index: net/tools/quic/quic_server.h
|
| diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h
|
| index 31e5988337343610db4c30bd9a6bcc8f1855c78f..7c50371f3485d7189cc0793dca99b97a6b1a3bb2 100644
|
| --- a/net/tools/quic/quic_server.h
|
| +++ b/net/tools/quic/quic_server.h
|
| @@ -133,10 +133,6 @@ class QuicServer : public EpollCallbackInterface {
|
| // skipped as necessary).
|
| QuicVersionVector supported_versions_;
|
|
|
| - // Size of flow control receive window to advertise to clients on new
|
| - // connections.
|
| - uint32 server_initial_flow_control_receive_window_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(QuicServer);
|
| };
|
|
|
|
|