Chromium Code Reviews| Index: net/tools/quic/quic_client_session.cc |
| diff --git a/net/tools/quic/quic_client_session.cc b/net/tools/quic/quic_client_session.cc |
| index c8e28db13c5ac1997c46912a50f71eb6274a996c..560940930a5c2854c209b2f2ef933420a558055c 100644 |
| --- a/net/tools/quic/quic_client_session.cc |
| +++ b/net/tools/quic/quic_client_session.cc |
| @@ -18,10 +18,8 @@ QuicClientSession::QuicClientSession( |
| const QuicServerId& server_id, |
| const QuicConfig& config, |
| QuicConnection* connection, |
| - uint32 max_flow_control_receive_window_bytes, |
| QuicCryptoClientConfig* crypto_config) |
| : QuicClientSessionBase(connection, |
| - max_flow_control_receive_window_bytes, |
| config), |
|
wtc
2014/06/16 19:35:56
Nit: this should fit on the previous line.
ramant (doing other things)
2014/06/16 21:13:53
Done.
|
| crypto_stream_(server_id, this, NULL, crypto_config) { |
| } |