| 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 316ae85b7e8a920f3dc8ba0a8a52599a1f33af7a..ee4013120e4f82d65558465c79b91c2c7a03d71a 100644
|
| --- a/net/quic/quic_crypto_server_stream.h
|
| +++ b/net/quic/quic_crypto_server_stream.h
|
| @@ -51,6 +51,10 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
|
| CryptoHandshakeMessage* reply,
|
| std::string* error_details);
|
|
|
| + // Hook that allows the server to set QuicConfig defaults just
|
| + // before going through the parameter negotiation step.
|
| + virtual void OverrideQuicConfigDefaults(QuicConfig* config);
|
| +
|
| private:
|
| friend class test::CryptoTestUtils;
|
|
|
|
|