diff options
Diffstat (limited to 'net/quic/crypto/null_encrypter.h')
-rw-r--r-- | net/quic/crypto/null_encrypter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/quic/crypto/null_encrypter.h b/net/quic/crypto/null_encrypter.h index 62f4ef6..c452348 100644 --- a/net/quic/crypto/null_encrypter.h +++ b/net/quic/crypto/null_encrypter.h @@ -28,6 +28,8 @@ class NET_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter { virtual size_t GetNoncePrefixSize() const OVERRIDE; virtual size_t GetMaxPlaintextSize(size_t ciphertext_size) const OVERRIDE; virtual size_t GetCiphertextSize(size_t plaintext_size) const OVERRIDE; + virtual base::StringPiece GetKey() const OVERRIDE; + virtual base::StringPiece GetNoncePrefix() const OVERRIDE; }; } // namespace net |