diff options
Diffstat (limited to 'net/quic/quic_crypto_stream.h')
-rw-r--r-- | net/quic/quic_crypto_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h index 1352f2e..bdae59e 100644 --- a/net/quic/quic_crypto_stream.h +++ b/net/quic/quic_crypto_stream.h @@ -46,7 +46,6 @@ class NET_EXPORT_PRIVATE QuicCryptoStream bool encryption_established() { return encryption_established_; } bool handshake_confirmed() { return handshake_confirmed_; } - const QuicNegotiatedParameters& negotiated_params() const; const QuicCryptoNegotiatedParameters& crypto_negotiated_params() const; protected: @@ -57,7 +56,6 @@ class NET_EXPORT_PRIVATE QuicCryptoStream bool encryption_established_; bool handshake_confirmed_; - QuicNegotiatedParameters negotiated_params_; QuicCryptoNegotiatedParameters crypto_negotiated_params_; private: |