Index: net/http/http_network_layer.cc |
diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc |
index 3da23c2643dff1272d48b8199adf29050c0bdac2..7ce15682ce6927c6ba0471d2db865b62f94b6400 100644 |
--- a/net/http/http_network_layer.cc |
+++ b/net/http/http_network_layer.cc |
@@ -258,5 +258,10 @@ 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 |