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

Unified Diff: net/quic/p2p/quic_p2p_session_test.cc

Issue 1397983007: relnote: remove insecure QUIC support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rch_insecure_quic
Patch Set: Compile fix 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/quic/crypto/quic_crypto_server_config_test.cc ('k') | net/quic/quic_chromium_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/p2p/quic_p2p_session_test.cc
diff --git a/net/quic/p2p/quic_p2p_session_test.cc b/net/quic/p2p/quic_p2p_session_test.cc
index 0a3c14448dca4bc15d5965f9064f9b3ab74598f1..129e347fb3c381e76d9cb1d2652c9d61f11362b4 100644
--- a/net/quic/p2p/quic_p2p_session_test.cc
+++ b/net/quic/p2p/quic_p2p_session_test.cc
@@ -240,10 +240,9 @@ class QuicP2PSessionTest : public ::testing::Test {
Perspective perspective) {
DefaultPacketWriterFactory writer_factory(socket.get());
net::IPAddressNumber ip(net::kIPv4AddressSize, 0);
- scoped_ptr<QuicConnection> quic_connection1(
- new QuicConnection(0, net::IPEndPoint(ip, 0), &quic_helper_,
- writer_factory, true /* owns_writer */, perspective,
- true /* is_secuire */, QuicSupportedVersions()));
+ scoped_ptr<QuicConnection> quic_connection1(new QuicConnection(
+ 0, net::IPEndPoint(ip, 0), &quic_helper_, writer_factory,
+ true /* owns_writer */, perspective, QuicSupportedVersions()));
scoped_ptr<QuicP2PSession> result(new QuicP2PSession(
config_, crypto_config, quic_connection1.Pass(), socket.Pass()));
« no previous file with comments | « net/quic/crypto/quic_crypto_server_config_test.cc ('k') | net/quic/quic_chromium_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698