summaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
authorbnc <bnc@chromium.org>2016-02-04 19:05:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-05 03:06:41 +0000
commit63752c99fb0dddec76812dc75b2961eb2550c86d (patch)
tree03a0b11e9b8cc419c001fb5c79b462856305917e /net/http
parent6e376b88131f333698f95eb35842c98aff051a9d (diff)
downloadchromium_src-63752c99fb0dddec76812dc75b2961eb2550c86d.zip
chromium_src-63752c99fb0dddec76812dc75b2961eb2550c86d.tar.gz
chromium_src-63752c99fb0dddec76812dc75b2961eb2550c86d.tar.bz2
Do not change |enable_spdy31| and |enable_http2| in net_unittests.
Since https://crrev.com/1665703002, HttpNetworkSession::Params::enable_spdy31 and enable_http2 are initialized to true by default. None of the net_unittests need to set them to false, so they can be removed from SpdySessionDependencies. BUG=329681 Review URL: https://codereview.chromium.org/1666573004 Cr-Commit-Position: refs/heads/master@{#373732}
Diffstat (limited to 'net/http')
-rw-r--r--net/http/http_network_transaction_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
index 704e553..916f750 100644
--- a/net/http/http_network_transaction_unittest.cc
+++ b/net/http/http_network_transaction_unittest.cc
@@ -11823,8 +11823,6 @@ TEST_P(HttpNetworkTransactionTest, MultiRoundAuth) {
// This tests the case that a request is issued via http instead of spdy after
// npn is negotiated.
TEST_P(HttpNetworkTransactionTest, NpnWithHttpOverSSL) {
- session_deps_.enable_spdy31 = false;
- session_deps_.enable_http2 = false;
session_deps_.parse_alternative_services = true;
session_deps_.enable_alternative_service_with_different_host = false;