| Index: remoting/protocol/quic_channel_factory.cc
|
| diff --git a/remoting/protocol/quic_channel_factory.cc b/remoting/protocol/quic_channel_factory.cc
|
| index 26ff3c8cbc18f8dfc2f564a7063a8a2ce40c646e..9c2240dc309f9d0a9d2fc4d45814139cc0447afe 100644
|
| --- a/remoting/protocol/quic_channel_factory.cc
|
| +++ b/remoting/protocol/quic_channel_factory.cc
|
| @@ -408,7 +408,7 @@ void QuicChannelFactory::Core::OnBaseChannelReady(
|
| 0, net::IPEndPoint(ip, 0), &quic_helper_, writer_factory,
|
| true /* owns_writer */,
|
| is_server_ ? net::Perspective::IS_SERVER : net::Perspective::IS_CLIENT,
|
| - true /* is_secure */, net::QuicSupportedVersions()));
|
| + net::QuicSupportedVersions()));
|
|
|
| net::QuicP2PCryptoConfig quic_crypto_config(shared_secret_);
|
| quic_crypto_config.set_hkdf_input_suffix(
|
|
|