Remove HTTP/2 draft-15 enum values and test cases.
commit57685ae6d32cdc8c77734488726867a0f88a17e7
authorbnc <bnc@chromium.org>
Tue, 10 Mar 2015 21:27:20 +0000 (10 14:27 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 21:28:45 +0000 (10 21:28 +0000)
treed08ed6de34c424cde4d2a4c86e5bb0b4668e6903
parent6e67d3553ecb77b3f88cdba2e1f3099f5aa287da
Remove HTTP/2 draft-15 enum values and test cases.

Remove NextProto::kProtoSPDY4_15 and AlternateProtocol::NPN_SPDY_4_15 enum
values.  Remove HTTP/2 draft-15 test cases.  (Our draft-15 implementation is
currently identical to draft-14 anyway.)  Leave
ConnectionInfo::CONNECTION_INFO_HTTP2_15 enum value as is might be persisted to
cache.

Note that "h2-15" has not been advertised by Chrome since
https://crrev.com/822153003, so these enum values were not normally used.

This CL is git cl formatted.

BUG=447587

Review URL: https://codereview.chromium.org/993033002

Cr-Commit-Position: refs/heads/master@{#319973}
19 files changed:
net/http/http_network_transaction_unittest.cc
net/http/http_proxy_client_socket_pool_unittest.cc
net/http/http_response_info.cc
net/http/http_server_properties.cc
net/http/http_server_properties.h
net/http/http_stream_factory_impl_request_unittest.cc
net/http/http_stream_factory_impl_unittest.cc
net/socket/next_proto.h
net/socket/ssl_client_socket.cc
net/socket/ssl_client_socket_pool_unittest.cc
net/spdy/buffered_spdy_framer.cc
net/spdy/buffered_spdy_framer_unittest.cc
net/spdy/spdy_http_stream_unittest.cc
net/spdy/spdy_network_transaction_unittest.cc
net/spdy/spdy_proxy_client_socket_unittest.cc
net/spdy/spdy_session_pool_unittest.cc
net/spdy/spdy_session_unittest.cc
net/spdy/spdy_stream_unittest.cc
net/spdy/spdy_test_util_common.cc