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

Unified Diff: net/quic/quic_flow_controller.cc

Issue 324283004: Rename FLAGS_enable_quic_connection_flow_control to FLAGS_enable_quic_connection_flow_control_2, an… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: net/quic/quic_flow_controller.cc
diff --git a/net/quic/quic_flow_controller.cc b/net/quic/quic_flow_controller.cc
index 6ca35209cbda1d6477a1185ff163605ee141629e..107b4d9510a1f376f5987da410fd4c97c9a73bc1 100644
--- a/net/quic/quic_flow_controller.cc
+++ b/net/quic/quic_flow_controller.cc
@@ -181,7 +181,7 @@ void QuicFlowController::Disable() {
bool QuicFlowController::IsEnabled() const {
bool connection_flow_control_enabled =
(id_ == kConnectionLevelId &&
- FLAGS_enable_quic_connection_flow_control);
+ FLAGS_enable_quic_connection_flow_control_2);
bool stream_flow_control_enabled =
(id_ != kConnectionLevelId &&
FLAGS_enable_quic_stream_flow_control_2);
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_session.cc » ('j') | net/quic/quic_session_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698