| Index: net/quic/core/crypto/null_decrypter.h
|
| diff --git a/net/quic/core/crypto/null_decrypter.h b/net/quic/core/crypto/null_decrypter.h
|
| index 3f6aecb5e66b81028e6f1c54479e01ec5441a8cb..db93c445f5171a978a37cd6ea1fb5d33c02368bd 100644
|
| --- a/net/quic/core/crypto/null_decrypter.h
|
| +++ b/net/quic/core/crypto/null_decrypter.h
|
| @@ -33,7 +33,6 @@ class QUIC_EXPORT_PRIVATE NullDecrypter : 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,
|
|
|