Index: net/spdy/spdy_session_pool_unittest.cc |
diff --git a/net/spdy/spdy_session_pool_unittest.cc b/net/spdy/spdy_session_pool_unittest.cc |
index fef27bf47870ea20f09961596f5ff19d8c7561be..428918cd7cce7f0eb6f04aea3b63f74a9f0778cd 100644 |
--- a/net/spdy/spdy_session_pool_unittest.cc |
+++ b/net/spdy/spdy_session_pool_unittest.cc |
@@ -51,8 +51,7 @@ class SpdySessionPoolTest : public ::testing::Test, |
INSTANTIATE_TEST_CASE_P( |
NextProto, |
SpdySessionPoolTest, |
- testing::Values(kProtoDeprecatedSPDY2, |
- kProtoSPDY3, kProtoSPDY31, kProtoSPDY4)); |
+ testing::Values(kProtoSPDY31, kProtoSPDY4)); |
// A delegate that opens a new session when it is closed. |
class SessionOpeningDelegate : public SpdyStream::Delegate { |