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

Unified Diff: net/quic/quic_connection_test.cc

Issue 411823002: Land Recent QUIC Changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase TOT Created 6 years, 5 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/quic_connection.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection_test.cc
diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc
index a0587b5d9dd436b648a8592fd33a152f2c02c37d..b868c98136118d6882ae0b624ae2157bb5896525 100644
--- a/net/quic/quic_connection_test.cc
+++ b/net/quic/quic_connection_test.cc
@@ -415,7 +415,12 @@ class TestConnection : public QuicConnection {
TestPacketWriter* writer,
bool is_server,
QuicVersion version)
- : QuicConnection(connection_id, address, helper, writer, is_server,
+ : QuicConnection(connection_id,
+ address,
+ helper,
+ writer,
+ false /* owns_writer */,
+ is_server,
SupportedVersions(version)),
writer_(writer) {
// Disable tail loss probes for most tests.
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698