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

Unified Diff: net/quic/core/quic_flow_controller.h

Issue 2808273006: Landing Recent QUIC changes until Sun Apr 9 16:12:55 (Closed)
Patch Set: increment enabled_options in e2e test Created 3 years, 8 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/core/quic_flags_list.h ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flow_controller.h
diff --git a/net/quic/core/quic_flow_controller.h b/net/quic/core/quic_flow_controller.h
index b955da1530209b78c5e65a85213dab4c5c2ab108..6f9acb3b4e52a1d401e662c33ad20ea39046d0f2 100644
--- a/net/quic/core/quic_flow_controller.h
+++ b/net/quic/core/quic_flow_controller.h
@@ -176,8 +176,7 @@ class QUIC_EXPORT_PRIVATE QuicFlowController
// Used to dynamically enable receive window auto-tuning.
bool auto_tune_receive_window_;
- // The session's flow controller. null if this is stream id 0 or
- // FLAGS_quic_reloadable_flag_quic_flow_control_invariant is false.
+ // The session's flow controller. null if this is stream id 0.
// Not owned.
QuicFlowControllerInterface* session_flow_controller_;
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698