| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| index 1a08745ef413b1bff26be3cd4ec379fac3a3cd72..2773575546c224a4adf6802292c5f1298b9ed40e 100644
|
| --- a/net/quic/core/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.h
|
| @@ -129,7 +129,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream
|
| // However, it is exposed here because that is the only place where the
|
| // configuration for the certificate used in the connection is accessible.
|
| bool ShouldSendExpectCTHeader() const {
|
| - return signed_config_->send_expect_ct_header;
|
| + return signed_config_->proof.send_expect_ct_header;
|
| }
|
|
|
| protected:
|
|
|