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

Unified Diff: net/quic/quic_flow_controller.h

Issue 968233004: Land Recent QUIC Changes until 03/02/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: Created 5 years, 10 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_flags.cc ('k') | net/quic/quic_flow_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flow_controller.h
diff --git a/net/quic/quic_flow_controller.h b/net/quic/quic_flow_controller.h
index 371b8c9242b44d0a2bbf7a68909e0f82b12fe085..1b5ed613e0ae3bd51a570785ace81f58b6a5f14c 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_;
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_flow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698