summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_flow_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_flow_controller.h')
-rw-r--r--net/quic/quic_flow_controller.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/quic/quic_flow_controller.h b/net/quic/quic_flow_controller.h
index 371b8c9..1b5ed61 100644
--- a/net/quic/quic_flow_controller.h
+++ b/net/quic/quic_flow_controller.h
@@ -56,12 +56,6 @@ class NET_EXPORT_PRIVATE QuicFlowController {
// Send a BLOCKED frame if appropriate.
void MaybeSendBlocked();
- // Disable flow control.
- void Disable();
-
- // Returns true if flow control is enabled.
- bool IsEnabled() const;
-
// Returns true if flow control send limits have been reached.
bool IsBlocked() const;
@@ -89,9 +83,6 @@ class NET_EXPORT_PRIVATE QuicFlowController {
// connection level flow controller.
QuicStreamId id_;
- // True if flow control is enabled.
- bool is_enabled_;
-
// True if this is owned by a server.
bool is_server_;