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

Unified Diff: net/quic/quic_dispatcher.h

Issue 346303006: Removing deprecated flag FLAGS_enable_quic_stream_flow_control_2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleted quic_flags.h include 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/quic/quic_data_stream_test.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_dispatcher.h
diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
index fa420fc93e670aaceec20e39dc6a173cd9d635d8..4606c52f4ab3969bc2ba350b90885a5400bf3745 100644
--- a/net/quic/quic_dispatcher.h
+++ b/net/quic/quic_dispatcher.h
@@ -136,10 +136,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
return supported_versions_;
}
- const QuicVersionVector& supported_versions_no_flow_control() const {
- return supported_versions_no_flow_control_;
- }
-
const QuicVersionVector& supported_versions_no_connection_flow_control()
const {
return supported_versions_no_connection_flow_control_;
@@ -209,12 +205,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
// skipped as necessary).
const QuicVersionVector supported_versions_;
- // Versions which do not support flow control (introduced in QUIC_VERSION_17).
- // This is used to construct new QuicConnections when flow control is disabled
- // via flag.
- // TODO(rjshade): Remove this when
- // FLAGS_enable_quic_stream_flow_control_2 is removed.
- QuicVersionVector supported_versions_no_flow_control_;
// Versions which do not support *connection* flow control (introduced in
// QUIC_VERSION_19).
// This is used to construct new QuicConnections when connection flow control
« no previous file with comments | « net/quic/quic_data_stream_test.cc ('k') | net/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698