Index: net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h |
diff --git a/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h b/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h |
index 57609d09da1b530ae67c1ad6555c4c96fc257ff4..dc30bed06d795d2ab17699f6f609332cbeda5b7f 100644 |
--- a/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h |
+++ b/net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h |
@@ -38,15 +38,6 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Rfc7539Decrypter |
const char* cipher_name() const override; |
uint32_t cipher_id() const override; |
-#if !defined(USE_OPENSSL) |
- protected: |
- // AeadBaseDecrypter methods: |
- void FillAeadParams(base::StringPiece nonce, |
- base::StringPiece associated_data, |
- size_t auth_tag_size, |
- AeadParams* aead_params) const override; |
-#endif |
- |
private: |
DISALLOW_COPY_AND_ASSIGN(ChaCha20Poly1305Rfc7539Decrypter); |
}; |