| Index: net/spdy/spdy_network_transaction_unittest.cc
|
| ===================================================================
|
| --- net/spdy/spdy_network_transaction_unittest.cc (revision 105385)
|
| +++ net/spdy/spdy_network_transaction_unittest.cc (working copy)
|
| @@ -43,11 +43,15 @@
|
| google_get_request_initialized_ = false;
|
| google_post_request_initialized_ = false;
|
| google_chunked_post_request_initialized_ = false;
|
| + // Disable sending PING.
|
| + SpdySession::set_enable_ping_based_connection_checking(false);
|
| }
|
|
|
| virtual void TearDown() {
|
| // Empty the current queue.
|
| MessageLoop::current()->RunAllPending();
|
| + // Enable sending PING.
|
| + SpdySession::set_enable_ping_based_connection_checking(true);
|
| }
|
|
|
| struct TransactionHelperResult {
|
|
|