| Index: net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| ===================================================================
|
| --- net/spdy/spdy_http_stream_spdy3_unittest.cc (revision 126086)
|
| +++ net/spdy/spdy_http_stream_spdy3_unittest.cc (working copy)
|
| @@ -29,10 +29,15 @@
|
| spdy::SpdyFramer::set_enable_compression_default(enabled);
|
| }
|
|
|
| + virtual void SetUp() {
|
| + SpdySession::set_default_protocol(SSLClientSocket::kProtoSPDY3);
|
| + }
|
| +
|
| virtual void TearDown() {
|
| crypto::ECSignatureCreator::SetFactoryForTesting(NULL);
|
| MessageLoop::current()->RunAllPending();
|
| }
|
| +
|
| int InitSession(MockRead* reads, size_t reads_count,
|
| MockWrite* writes, size_t writes_count,
|
| HostPortPair& host_port_pair) {
|
|
|