| Index: net/quic/quic_stream_factory.cc
|
| diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
|
| index 02066663541e1a692c9ec68accdace7a32e93900..c4731aecdee19f607c75fcb19cacbd517ecec187 100644
|
| --- a/net/quic/quic_stream_factory.cc
|
| +++ b/net/quic/quic_stream_factory.cc
|
| @@ -429,6 +429,10 @@ QuicStreamFactory::QuicStreamFactory(
|
| QuicTime::Delta::FromSeconds(30));
|
|
|
| crypto_config_.SetDefaults();
|
| + if (http_server_properties_) {
|
| + crypto_config_.set_client_version(
|
| + http_server_properties_->GetClientVersion());
|
| + }
|
| crypto_config_.AddCanonicalSuffix(".c.youtube.com");
|
| crypto_config_.AddCanonicalSuffix(".googlevideo.com");
|
| crypto_config_.SetProofVerifier(new ProofVerifierChromium(cert_verifier));
|
|
|