Remove HasAlternateProtocol().
commit3c255331e787370ef99f38319ce2d812a89f5b82
authorbnc <bnc@chromium.org>
Tue, 3 Feb 2015 23:12:01 +0000 (3 15:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Feb 2015 23:13:00 +0000 (3 23:13 +0000)
tree676f03fc59a464fc8419bdb2afc56a51f757ff58
parent8b497e74ddd1a3be65c311419a57307119473a53
Remove HasAlternateProtocol().

If GetAlternateProtocol() is called but there is no alternate protocol, it
now returns one with UNINITIALIZED_ALTERNATE_PROTOCOL.

See https://crrev.com/665083009 for the context of this change and how draft
future changes might rely on this CL.

BUG=392575

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

Cr-Commit-Position: refs/heads/master@{#314428}
12 files changed:
net/http/http_network_transaction_unittest.cc
net/http/http_server_properties.h
net/http/http_server_properties_impl.cc
net/http/http_server_properties_impl.h
net/http/http_server_properties_impl_unittest.cc
net/http/http_server_properties_manager.cc
net/http/http_server_properties_manager.h
net/http/http_server_properties_manager_unittest.cc
net/http/http_stream_factory.cc
net/http/http_stream_factory_impl.cc
net/quic/quic_network_transaction_unittest.cc
net/quic/quic_stream_factory.cc