| Index: net/quic/core/crypto/quic_encrypter.h
|
| diff --git a/net/quic/core/crypto/quic_encrypter.h b/net/quic/core/crypto/quic_encrypter.h
|
| index 673986724954fac4c687ceaf8e28402856c05836..40d079ce4a1d2a5def7e778ab1819f62fb0058a8 100644
|
| --- a/net/quic/core/crypto/quic_encrypter.h
|
| +++ b/net/quic/core/crypto/quic_encrypter.h
|
| @@ -49,7 +49,6 @@ class QUIC_EXPORT_PRIVATE QuicEncrypter {
|
| // |associated_data|. If |output| overlaps with |plaintext| then
|
| // |plaintext| must be <= |output|.
|
| virtual bool EncryptPacket(QuicVersion version,
|
| - QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
| base::StringPiece plaintext,
|
|
|