| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index c244074c3ab41694c4435dcc21820c2ab22fa47b..a54a0bd0c75d8509a03588db599183c19fa64799 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -215,7 +215,8 @@ struct SpdySessionDependencies {
|
| bool enable_ping;
|
| bool enable_user_alternate_protocol_ports;
|
| NextProto protocol;
|
| - size_t stream_initial_recv_window_size;
|
| + size_t session_max_recv_window_size;
|
| + size_t stream_max_recv_window_size;
|
| SpdySession::TimeFunc time_func;
|
| NextProtoVector next_protos;
|
| std::string trusted_spdy_proxy;
|
| @@ -289,6 +290,8 @@ class SpdySessionPoolPeer {
|
| void RemoveAliases(const SpdySessionKey& key);
|
| void DisableDomainAuthenticationVerification();
|
| void SetEnableSendingInitialData(bool enabled);
|
| + void SetSessionMaxRecvWindowSize(size_t window);
|
| + void SetStreamInitialRecvWindowSize(size_t window);
|
|
|
| private:
|
| SpdySessionPool* const pool_;
|
|
|