| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 3f1a87327d6cb0f8128437a61413822740182b84..21d2df12d97b06c2fa51cd77e6e9b41204facf71 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -678,14 +678,6 @@ void SpdySessionPoolPeer::SetEnableSendingInitialData(bool enabled) {
|
| pool_->enable_sending_initial_data_ = enabled;
|
| }
|
|
|
| -void SpdySessionPoolPeer::SetSessionMaxRecvWindowSize(size_t window) {
|
| - pool_->session_max_recv_window_size_ = window;
|
| -}
|
| -
|
| -void SpdySessionPoolPeer::SetStreamInitialRecvWindowSize(size_t window) {
|
| - pool_->stream_max_recv_window_size_ = window;
|
| -}
|
| -
|
| SpdyTestUtil::SpdyTestUtil() : default_url_(GURL(kDefaultUrl)) {}
|
|
|
| SpdyTestUtil::~SpdyTestUtil() {}
|
|
|