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

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

Issue 444313002: Deprecate rolled out FLAGS_enable_quic_connection_flow_control_2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0807
Patch Set: Created 6 years, 4 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_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_dispatcher.h
diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
index 088de311af3a27fe490cc60c7e551e970a6789df..8d7b03b1e14b22c9f99a490057d82daa05547d55 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -144,11 +144,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
return supported_versions_;
}
- const QuicVersionVector& supported_versions_no_connection_flow_control()
- const {
- return supported_versions_no_connection_flow_control_;
- }
-
const IPEndPoint& current_server_address() {
return current_server_address_;
}
@@ -215,14 +210,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
// skipped as necessary).
const QuicVersionVector supported_versions_;
- // Versions which do not support *connection* flow control (introduced in
- // QUIC_VERSION_19).
- // This is used to construct new QuicConnections when connection flow control
- // is disabled via flag.
- // TODO(rjshade): Remove this when
- // FLAGS_enable_quic_connection_flow_control_2 is removed.
- QuicVersionVector supported_versions_no_connection_flow_control_;
-
// Information about the packet currently being handled.
IPEndPoint current_client_address_;
IPEndPoint current_server_address_;
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698