summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r--net/spdy/spdy_session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 20570be..5514d4c 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -330,6 +330,9 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
// SETTINGS control frame, update our SpdySession accordingly.
void HandleSettings(const spdy::SpdySettings& settings);
+ // Adjust the send window size of all ActiveStreams and PendingCreateStreams.
+ void UpdateStreamsSendWindowSize(int32 delta_window_size);
+
// Send the PING (preface-PING and trailing-PING) frames.
void SendPrefacePingIfNoneInFlight();