summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 18:27:28 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 18:27:28 +0000
commitb0f17281ad266a12499ac5211f424e34d5da89e8 (patch)
treeb54a3d162b30230a71aa20753b0118379a74700a /net/http/http_network_layer.cc
parent7cf4091e5e3eb7b3ee40c8fdc886226100b3a2e7 (diff)
downloadchromium_src-b0f17281ad266a12499ac5211f424e34d5da89e8.zip
chromium_src-b0f17281ad266a12499ac5211f424e34d5da89e8.tar.gz
chromium_src-b0f17281ad266a12499ac5211f424e34d5da89e8.tar.bz2
Revert 68696 - Disable SPDY by default as a test to see if heap corruption goes away.
Will re-enable after a canary goes out with this off. BUG=65948 TEST=none Review URL: http://codereview.chromium.org/5592009 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/5727001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68747 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_network_layer.cc')
-rw-r--r--net/http/http_network_layer.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc
index 7ce1568..3da23c2 100644
--- a/net/http/http_network_layer.cc
+++ b/net/http/http_network_layer.cc
@@ -258,10 +258,5 @@ void HttpNetworkLayer::EnableSpdy(const std::string& mode) {
LOG(DFATAL) << "Unrecognized spdy option: " << option;
}
}
-
- // TODO(willchan): Re-enable SPDY after a canary release goes out
- // with SPDY off.
- HttpStreamFactory::set_spdy_enabled(false);
}
-
} // namespace net