| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index 04b5088be5ee08a0e6b2236e3901093dd68e6f88..c74f41366fdd460f068e12507b1bec3208ce22a3 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -130,7 +130,7 @@ class SpdyHttpStreamTest : public testing::Test,
|
| INSTANTIATE_TEST_CASE_P(
|
| NextProto,
|
| SpdyHttpStreamTest,
|
| - testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15));
|
| + testing::Values(kProtoSPDY31, kProtoSPDY4_14, kProtoSPDY4_15, kProtoSPDY4));
|
|
|
| // SpdyHttpStream::GetUploadProgress() should still work even before the
|
| // stream is initialized.
|
|
|