| Index: net/quic/core/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/core/quic_crypto_client_stream.cc b/net/quic/core/quic_crypto_client_stream.cc
|
| index e2c4070fe809350df6bc57741ba3067dc2d602e5..5f9ce4ebccac0dc371349747fb32bbfbc57677d1 100644
|
| --- a/net/quic/core/quic_crypto_client_stream.cc
|
| +++ b/net/quic/core/quic_crypto_client_stream.cc
|
| @@ -337,7 +337,6 @@ void QuicCryptoClientStream::DoSendCHLO(
|
| string error_details;
|
| QuicErrorCode error = crypto_config_->FillClientHello(
|
| server_id_, session()->connection()->connection_id(),
|
| - session()->connection()->version(),
|
| session()->connection()->supported_versions().front(), cached,
|
| session()->connection()->clock()->WallNow(),
|
| session()->connection()->random_generator(), channel_id_key_.get(),
|
|
|