| Index: net/quic/crypto/null_decrypter.h
|
| diff --git a/net/quic/crypto/null_decrypter.h b/net/quic/crypto/null_decrypter.h
|
| index e5e15b2c913799f16aa2db32646f57e4b45d86b3..ecbfd4b14e6f74fef4fff0243f14a49c00ead94e 100644
|
| --- a/net/quic/crypto/null_decrypter.h
|
| +++ b/net/quic/crypto/null_decrypter.h
|
| @@ -28,6 +28,8 @@ class NET_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter {
|
| // QuicDecrypter implementation
|
| bool SetKey(base::StringPiece key) override;
|
| bool SetNoncePrefix(base::StringPiece nonce_prefix) override;
|
| + bool SetPreliminaryKey(base::StringPiece key) override;
|
| + bool SetDiversificationNonce(DiversificationNonce nonce) override;
|
| bool DecryptPacket(QuicPathId path_id,
|
| QuicPacketNumber packet_number,
|
| base::StringPiece associated_data,
|
|
|