| Index: net/quic/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
|
| index 3bf6d7c801ffd6e8b354a8193f0007722cd8cdb0..c35eca40149f6c2ea078a3e1c2659b8a7cd48ec2 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -125,6 +125,9 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| // channel_id_enabled controls whether the server config will indicate
|
| // support for ChannelIDs.
|
| bool channel_id_enabled;
|
| + // token_binding_enabled controls whether the server config will indicate
|
| + // support for Token Binding.
|
| + bool token_binding_enabled;
|
| // id contains the server config id for the resulting config. If empty, a
|
| // random id is generated.
|
| std::string id;
|
|
|