| Index: net/quic/quic_crypto_server_stream.h
|
| diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h
|
| index fc9a7f384728c7eb01bdcde0c591920ac27f0503..b2a58bad65abc64104b635463980b2171a9016ee 100644
|
| --- a/net/quic/quic_crypto_server_stream.h
|
| +++ b/net/quic/quic_crypto_server_stream.h
|
| @@ -52,7 +52,6 @@ class NET_EXPORT_PRIVATE ServerHelloNotifier : public QuicAckListenerInterface {
|
| // various code and test refactoring.
|
| class NET_EXPORT_PRIVATE QuicCryptoServerStreamBase : public QuicCryptoStream {
|
| public:
|
| - // |crypto_config| must outlive the stream.
|
| explicit QuicCryptoServerStreamBase(QuicSession* session)
|
| : QuicCryptoStream(session) {}
|
| ~QuicCryptoServerStreamBase() override {}
|
| @@ -93,6 +92,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream
|
| public:
|
| // |crypto_config| must outlive the stream.
|
| QuicCryptoServerStream(const QuicCryptoServerConfig* crypto_config,
|
| + bool use_stateless_rejects_if_peer_supported,
|
| QuicSession* session);
|
| ~QuicCryptoServerStream() override;
|
|
|
|
|