| Index: net/spdy/spdy_websocket_test_util.h
|
| diff --git a/net/spdy/spdy_websocket_test_util.h b/net/spdy/spdy_websocket_test_util.h
|
| index 7a9a59e96e8c5ae9c34d3d69b86b934f13deeb9f..14c8c0279bcb8c6384edb98a3678351c17f88a90 100644
|
| --- a/net/spdy/spdy_websocket_test_util.h
|
| +++ b/net/spdy/spdy_websocket_test_util.h
|
| @@ -63,6 +63,7 @@ class SpdyWebSocketTestUtil {
|
|
|
| // Forwards to |spdy_util_|.
|
| SpdyFrame* ConstructSpdySettings(const SettingsMap& settings) const;
|
| + SpdyFrame* ConstructSpdySettingsAck() const;
|
| SpdyMajorVersion spdy_version() const;
|
|
|
| private:
|
|
|