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

Unified Diff: net/tools/quic/quic_client.h

Issue 330333006: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linus_tsan error - reverted the change to ConnectionMigrationClientPortChanged unitttest Created 6 years, 6 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/end_to_end_test.cc ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client.h
diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
index 33dfeaa16028d2b49f5367b0fd148d039d86e9be..da934ff7f1974e657f350fd61ef06a382110d790 100644
--- a/net/tools/quic/quic_client.h
+++ b/net/tools/quic/quic_client.h
@@ -50,13 +50,12 @@ class QuicClient : public EpollCallbackInterface,
QuicClient(IPEndPoint server_address,
const QuicServerId& server_id,
const QuicVersionVector& supported_versions,
- bool print_response,
- uint32 initial_flow_control_window);
+ bool print_response);
QuicClient(IPEndPoint server_address,
const QuicServerId& server_id,
- const QuicConfig& config,
const QuicVersionVector& supported_versions,
- uint32 initial_flow_control_window);
+ bool print_response,
+ const QuicConfig& config);
virtual ~QuicClient();
@@ -245,9 +244,6 @@ class QuicClient : public EpollCallbackInterface,
// when the stream is closed (in OnClose).
bool print_response_;
- // Size of initial flow control receive window to advertise to server.
- uint32 initial_flow_control_window_;
-
DISALLOW_COPY_AND_ASSIGN(QuicClient);
};
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698