Index: net/websockets/websocket_job_spdy3_unittest.cc |
diff --git a/net/websockets/websocket_job_spdy3_unittest.cc b/net/websockets/websocket_job_spdy3_unittest.cc |
index 7dd462d33c0f3eb1884957e44aa23c86c0359c0a..7f7491c45701aa89667b5039576ba54a6a8c8ffb 100644 |
--- a/net/websockets/websocket_job_spdy3_unittest.cc |
+++ b/net/websockets/websocket_job_spdy3_unittest.cc |
@@ -319,7 +319,6 @@ namespace net { |
class WebSocketJobSpdy3Test : public PlatformTest { |
public: |
virtual void SetUp() { |
- spdy::SpdyFramer::set_enable_compression_default(false); |
SpdySession::set_default_protocol(SSLClientSocket::kProtoSPDY3); |
stream_type_ = STREAM_INVALID; |
cookie_store_ = new MockCookieStore; |
@@ -475,6 +474,9 @@ class WebSocketJobSpdy3Test : public PlatformTest { |
static const size_t kHandshakeResponseWithCookieLength; |
static const size_t kDataHelloLength; |
static const size_t kDataWorldLength; |
+ |
+ private: |
+ SpdyTestStateHelper spdy_state_; |
}; |
const char WebSocketJobSpdy3Test::kHandshakeRequestWithoutCookie[] = |