| Index: net/quic/core/crypto/null_decrypter.cc
|
| diff --git a/net/quic/core/crypto/null_decrypter.cc b/net/quic/core/crypto/null_decrypter.cc
|
| index dbc6db97480caa854f22f2a0ea7e7cc121feb9be..6f05b4f3c1a2565ae7fcd64f608d9ca7b65d1a51 100644
|
| --- a/net/quic/core/crypto/null_decrypter.cc
|
| +++ b/net/quic/core/crypto/null_decrypter.cc
|
| @@ -38,7 +38,6 @@ bool NullDecrypter::SetDiversificationNonce(const DiversificationNonce& nonce) {
|
| }
|
|
|
| bool NullDecrypter::DecryptPacket(QuicVersion version,
|
| - QuicPathId /*path_id*/,
|
| QuicPacketNumber /*packet_number*/,
|
| StringPiece associated_data,
|
| StringPiece ciphertext,
|
|
|