| Index: net/quic/core/crypto/null_encrypter.cc
|
| diff --git a/net/quic/core/crypto/null_encrypter.cc b/net/quic/core/crypto/null_encrypter.cc
|
| index 986563bd852c385aca8b6f17c13689e9f5498570..a7cb5d1794d3205e35ab9b4a05bc2d94e5b301aa 100644
|
| --- a/net/quic/core/crypto/null_encrypter.cc
|
| +++ b/net/quic/core/crypto/null_encrypter.cc
|
| @@ -26,7 +26,6 @@ bool NullEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
|
| }
|
|
|
| bool NullEncrypter::EncryptPacket(QuicVersion version,
|
| - QuicPathId /*path_id*/,
|
| QuicPacketNumber /*packet_number*/,
|
| StringPiece associated_data,
|
| StringPiece plaintext,
|
|
|