| Index: net/quic/core/crypto/null_encrypter.h
|
| diff --git a/net/quic/core/crypto/null_encrypter.h b/net/quic/core/crypto/null_encrypter.h
|
| index 96b1bb725623f4793bf15bf794ed6fc83d4f93d0..d605d8e0667ee1d1024348de64af53e5f7cfd5e5 100644
|
| --- a/net/quic/core/crypto/null_encrypter.h
|
| +++ b/net/quic/core/crypto/null_encrypter.h
|
| @@ -27,7 +27,6 @@ class QUIC_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter {
|
| bool SetKey(base::StringPiece key) override;
|
| bool SetNoncePrefix(base::StringPiece nonce_prefix) override;
|
| bool EncryptPacket(QuicVersion version,
|
| - QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
| base::StringPiece plaintext,
|
|
|