| Index: net/quic/quic_chromium_client_session.cc
|
| diff --git a/net/quic/quic_chromium_client_session.cc b/net/quic/quic_chromium_client_session.cc
|
| index fbc1382a039948667226068b1f9a825fd1644d8a..7e54ecee4712d66288c7560311f0834a8a48f877 100644
|
| --- a/net/quic/quic_chromium_client_session.cc
|
| +++ b/net/quic/quic_chromium_client_session.cc
|
| @@ -915,6 +915,8 @@ void QuicChromiumClientSession::OnProofValid(
|
|
|
| state->server_config = cached.server_config();
|
| state->source_address_token = cached.source_address_token();
|
| + state->cert_sct = cached.cert_sct();
|
| + state->chlo_hash = cached.chlo_hash();
|
| state->server_config_sig = cached.signature();
|
| state->certs = cached.certs();
|
|
|
|
|