Chromium Code Reviews| Index: net/quic/quic_client_session_base.cc |
| diff --git a/net/quic/quic_client_session_base.cc b/net/quic/quic_client_session_base.cc |
| index f735fac211701056af8a3335f8368e436ecf5347..1e53a022d794381ec4ebc18070abe9341761e34d 100644 |
| --- a/net/quic/quic_client_session_base.cc |
| +++ b/net/quic/quic_client_session_base.cc |
| @@ -8,10 +8,8 @@ namespace net { |
| QuicClientSessionBase::QuicClientSessionBase( |
| QuicConnection* connection, |
| - uint32 max_flow_control_receive_window_bytes, |
| const QuicConfig& config) |
| : QuicSession(connection, |
| - max_flow_control_receive_window_bytes, |
| config) {} |
|
wtc
2014/06/16 19:35:56
Nit: we can move this to the previous line now.
ramant (doing other things)
2014/06/16 21:13:52
Done.
|
| QuicClientSessionBase::~QuicClientSessionBase() {} |