Index: net/quic/quic_crypto_stream.h |
diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h |
index 1352f2eb3531661a1e8c5f2bc0c2990d4b4c36fd..bdae59e31f50fba7d6764416914382036ab65635 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: |