Index: net/http/http_network_transaction_unittest.cc |
=================================================================== |
--- net/http/http_network_transaction_unittest.cc (revision 256983) |
+++ net/http/http_network_transaction_unittest.cc (working copy) |
@@ -10862,8 +10862,7 @@ |
// prefix doesn't work with parametrized tests). |
#if defined(OS_WIN) |
return; |
-#endif |
- |
+#else |
HttpStreamFactory::set_use_alternate_protocols(true); |
HttpStreamFactory::SetNextProtos(SpdyNextProtos()); |
@@ -10965,6 +10964,7 @@ |
EXPECT_TRUE(response->was_npn_negotiated); |
ASSERT_EQ(OK, ReadTransaction(&trans2, &response_data)); |
EXPECT_EQ("hello!", response_data); |
+#endif |
} |
#undef MAYBE_UseIPConnectionPoolingWithHostCacheExpiration |