Remove HTTP pipelining support.
commitcf4cae3b543ca7cb07c418a79cc630908d246bc4
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 27 May 2014 00:39:10 +0000 (27 00:39 +0000)
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 27 May 2014 00:39:10 +0000 (27 00:39 +0000)
tree134c96007221509e67d0183bbc011cddc04469c2
parentc0b4e87d663d1bf2f30c5857cf9891ba6d02a288
Remove HTTP pipelining support.

It's been a couple years since anyone worked on it, and there
are no plans to enable it by default.

Cached pipelining-related server information will automatically
be cleared when server information is next saved, so there are
no issues on that front.

BUG=364557
R=asvitkine@chromium.org, eroman@chromium.org, grt@chromium.org, sky@chromium.org, willchan@chromium.org, zea@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272903 0039d316-1c4b-4281-b951-d872f2087c98
94 files changed:
chrome/browser/io_thread.cc
chrome/browser/io_thread.h
chrome/browser/metrics/network_stats_uploader.cc
chrome/browser/metrics/network_stats_uploader.h
chrome/browser/net/http_pipelining_compatibility_client.cc [deleted file]
chrome/browser/net/http_pipelining_compatibility_client.h [deleted file]
chrome/browser/net/http_pipelining_compatibility_client_unittest.cc [deleted file]
chrome/browser/net/http_server_properties_manager.cc
chrome/browser/net/http_server_properties_manager.h
chrome/browser/net/http_server_properties_manager_unittest.cc
chrome/browser/resources/net_internals/browser_bridge.js
chrome/browser/resources/net_internals/http_pipeline_view.html [deleted file]
chrome/browser/resources/net_internals/http_pipeline_view.js [deleted file]
chrome/browser/resources/net_internals/index.html
chrome/browser/resources/net_internals/index.js
chrome/browser/resources/net_internals/main.js
chrome/browser/ui/webui/net_internals/net_internals_ui.cc
chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc
chrome/chrome_browser.gypi
chrome/chrome_tests.gypi
chrome/chrome_tests_unit.gypi
chrome/common/net/test_server_locations.cc
chrome/common/net/test_server_locations.h
chrome/installer/util/browser_distribution.cc
chrome/installer/util/browser_distribution.h
chrome/installer/util/chrome_app_host_distribution.cc
chrome/installer/util/chrome_app_host_distribution.h
chrome/installer/util/chrome_frame_distribution.cc
chrome/installer/util/chrome_frame_distribution.h
chrome/installer/util/google_chrome_distribution.cc
chrome/installer/util/google_chrome_distribution.h
chrome/installer/util/google_chrome_distribution_dummy.cc
chrome/test/data/http_pipelining/alphabet.txt [deleted file]
chrome/test/data/http_pipelining/alphabet.txt.mock-http-headers [deleted file]
chrome/test/data/webui/net_internals/http_pipeline_view.js [deleted file]
chrome/test/data/webui/net_internals/log_util.js
chrome/test/data/webui/net_internals/main.js
chrome/test/data/webui/net_internals/net_internals_test.js
google_apis/gcm/tools/mcs_probe.cc
jingle/glue/proxy_resolving_client_socket.cc
net/base/load_timing_info.h
net/base/net_error_list.h
net/base/net_log_event_type_list.h
net/base/net_log_source_type_list.h
net/http/http_chunked_decoder.h
net/http/http_network_session.cc
net/http/http_network_session.h
net/http/http_network_transaction.cc
net/http/http_network_transaction_unittest.cc
net/http/http_pipelined_connection.h [deleted file]
net/http/http_pipelined_connection_impl.cc [deleted file]
net/http/http_pipelined_connection_impl.h [deleted file]
net/http/http_pipelined_connection_impl_unittest.cc [deleted file]
net/http/http_pipelined_host.cc [deleted file]
net/http/http_pipelined_host.h [deleted file]
net/http/http_pipelined_host_capability.h [deleted file]
net/http/http_pipelined_host_forced.cc [deleted file]
net/http/http_pipelined_host_forced.h [deleted file]
net/http/http_pipelined_host_forced_unittest.cc [deleted file]
net/http/http_pipelined_host_impl.cc [deleted file]
net/http/http_pipelined_host_impl.h [deleted file]
net/http/http_pipelined_host_impl_unittest.cc [deleted file]
net/http/http_pipelined_host_pool.cc [deleted file]
net/http/http_pipelined_host_pool.h [deleted file]
net/http/http_pipelined_host_pool_unittest.cc [deleted file]
net/http/http_pipelined_host_test_util.cc [deleted file]
net/http/http_pipelined_host_test_util.h [deleted file]
net/http/http_pipelined_network_transaction_unittest.cc [deleted file]
net/http/http_pipelined_stream.cc [deleted file]
net/http/http_pipelined_stream.h [deleted file]
net/http/http_response_body_drainer.cc
net/http/http_response_body_drainer.h
net/http/http_response_body_drainer_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_stream.h
net/http/http_stream_factory.h
net/http/http_stream_factory_impl.cc
net/http/http_stream_factory_impl.h
net/http/http_stream_factory_impl_job.cc
net/http/http_stream_factory_impl_job.h
net/http/http_stream_factory_impl_request.cc
net/http/http_stream_factory_impl_request.h
net/net.gypi
net/socket/buffered_write_stream_socket.cc
net/socket/buffered_write_stream_socket.h
net/socket/buffered_write_stream_socket_unittest.cc
net/url_request/url_request.cc
net/url_request/url_request_context_builder.cc
net/url_request/url_request_context_builder.h
net/url_request/url_request_unittest.cc
tools/metrics/histograms/histograms.xml
tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt