| Index: net/quic/core/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/core/crypto/aead_base_decrypter.h b/net/quic/core/crypto/aead_base_decrypter.h
|
| index 58f8fb595d88e0f443e1ce3f5831cb8f7ae28ca6..23fbdd6fee4d6f00e20483f4d0c4c8be3c214306 100644
|
| --- a/net/quic/core/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/core/crypto/aead_base_decrypter.h
|
| @@ -30,7 +30,6 @@ class QUIC_EXPORT_PRIVATE AeadBaseDecrypter : public QuicDecrypter {
|
| bool SetPreliminaryKey(base::StringPiece key) override;
|
| bool SetDiversificationNonce(const DiversificationNonce& nonce) override;
|
| bool DecryptPacket(QuicVersion version,
|
| - QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
| base::StringPiece ciphertext,
|
|
|