Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: net/quic/core/quic_crypto_server_stream.h

Issue 2542993002: Refactoring: Make QuicSignedServerConfig contain a QuicCryptoProof (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/quic_crypto_server_config.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « net/quic/core/crypto/quic_crypto_server_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698