| Index: net/quic/quic_crypto_stream.cc
|
| diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/quic_crypto_stream.cc
|
| index 9005d5a39d3c396c7395f8f64be0fc8a34e1cad7..89a290ccf1c110cfe92a4dfd478eab190e2dc7d5 100644
|
| --- a/net/quic/quic_crypto_stream.cc
|
| +++ b/net/quic/quic_crypto_stream.cc
|
| @@ -35,8 +35,7 @@ void QuicCryptoStream::OnHandshakeMessage(
|
| session()->OnCryptoHandshakeMessageReceived(message);
|
| }
|
|
|
| -uint32 QuicCryptoStream::ProcessRawData(const char* data,
|
| - uint32 data_len) {
|
| +uint32 QuicCryptoStream::ProcessRawData(const char* data, uint32 data_len) {
|
| // Do not process handshake messages after the handshake is confirmed.
|
| if (handshake_confirmed()) {
|
| CloseConnection(QUIC_CRYPTO_MESSAGE_AFTER_HANDSHAKE_COMPLETE);
|
|
|