Chromium Code Reviews| Index: net/http/http_network_transaction_spdy21_unittest.cc |
| =================================================================== |
| --- net/http/http_network_transaction_spdy21_unittest.cc (revision 125802) |
| +++ net/http/http_network_transaction_spdy21_unittest.cc (working copy) |
| @@ -164,6 +164,7 @@ |
| }; |
| virtual void SetUp() { |
| + SpdySession::set_default_protocol(SSLClientSocket::kProtoSPDY2); |
|
Ryan Hamilton
2012/03/09 19:09:58
Shouldn't this say kProtoSPDY21? And if so, I won
ramant (doing other things)
2012/03/10 01:14:09
I haven't removed how we determine flow_control_ (
Ryan Hamilton
2012/03/10 03:23:02
Ah. Once you check this in, I'll remove use_flow_
ramant (doing other things)
2012/03/10 19:45:29
Sounds great. thx
|
| NetworkChangeNotifier::NotifyObserversOfIPAddressChangeForTests(); |
| MessageLoop::current()->RunAllPending(); |
| spdy::SpdyFramer::set_enable_compression_default(false); |