Chromium Code Reviews| Index: net/quic/chromium/quic_stream_factory.cc |
| diff --git a/net/quic/chromium/quic_stream_factory.cc b/net/quic/chromium/quic_stream_factory.cc |
| index 38d76d789e5efef2266350b414d10e020308d136..b3ce0d5200dfca2610356627390ac2ab30d9e39c 100644 |
| --- a/net/quic/chromium/quic_stream_factory.cc |
| +++ b/net/quic/chromium/quic_stream_factory.cc |
| @@ -808,7 +808,7 @@ QuicStreamFactory::QuicStreamFactory( |
| new ChannelIDSourceChromium(channel_id_service)); |
| } |
| if (enable_token_binding && channel_id_service) |
| - crypto_config_.tb_key_params.push_back(kP256); |
| + crypto_config_.tb_key_params.push_back(kTB10); |
|
davidben
2016/09/19 21:24:14
Mention the change in the commit message.
nharper
2016/09/19 22:32:23
Done.
|
| crypto::EnsureOpenSSLInit(); |
| bool has_aes_hardware_support = !!EVP_has_aes_hardware(); |
| UMA_HISTOGRAM_BOOLEAN("Net.QuicSession.PreferAesGcm", |