Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: remoting/protocol/quic_channel_factory.cc

Issue 1411063004: Remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enough! Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/test_tools/server_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « net/tools/quic/test_tools/server_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698