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 a3b1005d439871c1180f22f9760fbaefc3c6a673..8147efeded8a3195ac1e03b3c062777c0ed43478 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -346,7 +346,6 @@ void QuicCryptoClientStream::DoSendCHLO( |
session()->connection()->clock()->WallNow(), |
session()->connection()->random_generator(), channel_id_key_.get(), |
&crypto_negotiated_params_, &out, &error_details); |
- |
if (error != QUIC_NO_ERROR) { |
// Flush the cached config so that, if it's bad, the server has a |
// chance to send us another in the future. |