| Index: net/tools/quic/quic_client_base.h
|
| diff --git a/net/tools/quic/quic_client_base.h b/net/tools/quic/quic_client_base.h
|
| index 781c5daf5e57c8f5442791df2991c09fd51bc76c..b32cd0a4c3c6e2b3308822a6481b8731e3f5ecac 100644
|
| --- a/net/tools/quic/quic_client_base.h
|
| +++ b/net/tools/quic/quic_client_base.h
|
| @@ -167,7 +167,7 @@ class QuicClientBase : public QuicClientPushPromiseIndex::Delegate,
|
| // found on the QuicCryptoNegotiatedParameters object in
|
| // token_binding_key_param.
|
| void UseTokenBinding() {
|
| - crypto_config_.tb_key_params = QuicTagVector{kP256};
|
| + crypto_config_.tb_key_params = QuicTagVector{kTB10};
|
| }
|
|
|
| const QuicVersionVector& supported_versions() const {
|
|
|