| Index: net/quic/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
|
| index 97452f55503ed8dc757a20f064a3f0ca1933a0ce..d684a49a673ddb173da7f99667b4f2dc639f3d5d 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -155,7 +155,7 @@ void QuicCryptoClientStream::DoHandshakeLoop(
|
| server_id_,
|
| session()->connection()->connection_id(),
|
| session()->connection()->supported_versions().front(),
|
| - session()->connection()->max_flow_control_receive_window_bytes(),
|
| + session()->max_flow_control_receive_window_bytes(),
|
| cached,
|
| session()->connection()->clock()->WallNow(),
|
| session()->connection()->random_generator(),
|
|
|