| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index f378c93ea182aed0be46364a4721bbdf9d56fc39..217fa506b8594ae01e9f7156bf52e4b2729162f9 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -392,7 +392,8 @@ class HttpStreamFactoryTest : public ::testing::Test,
|
| INSTANTIATE_TEST_CASE_P(
|
| NextProto,
|
| HttpStreamFactoryTest,
|
| - testing::Values(kProtoSPDY2, kProtoSPDY3, kProtoSPDY31, kProtoSPDY4a2,
|
| + testing::Values(kProtoDeprecatedSPDY2,
|
| + kProtoSPDY3, kProtoSPDY31, kProtoSPDY4a2,
|
| kProtoHTTP2Draft04));
|
|
|
| TEST_P(HttpStreamFactoryTest, PreconnectDirect) {
|
|
|