| Index: net/quic/crypto/quic_server_info.h
|
| diff --git a/net/quic/crypto/quic_server_info.h b/net/quic/crypto/quic_server_info.h
|
| index be15240805f1280278fe2b4a66446528df9db084..5032e38a9e95d60196a3cf9e91c6414c0ac25f84 100644
|
| --- a/net/quic/crypto/quic_server_info.h
|
| +++ b/net/quic/crypto/quic_server_info.h
|
| @@ -81,6 +81,8 @@ class NET_EXPORT_PRIVATE QuicServerInfo {
|
| // This class matches QuicClientCryptoConfig::CachedState.
|
| std::string server_config; // A serialized handshake message.
|
| std::string source_address_token; // An opaque proof of IP ownership.
|
| + std::string cert_sct; // Signed timestamp of the leaf cert.
|
| + std::string chlo_hash; // Hash of the CHLO message.
|
| std::vector<std::string> certs; // A list of certificates in leaf-first
|
| // order.
|
| std::string server_config_sig; // A signature of |server_config_|.
|
|
|