Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: ios/crnet/crnet_environment.mm

Issue 2115213002: Disable SPDY/3.1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/2129973002. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.mm ('k') | jingle/glue/proxy_resolving_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_environment.mm
diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
index c4daef807b4b72512fc0de55ca3c61004800dc4b..9ff2f5512285cd6241dc08abbb678a45c34e1917 100644
--- a/ios/crnet/crnet_environment.mm
+++ b/ios/crnet/crnet_environment.mm
@@ -429,7 +429,6 @@ void CrNetEnvironment::InitializeOnNetworkThread() {
params.http_auth_handler_factory = main_context_->http_auth_handler_factory();
params.http_server_properties = main_context_->http_server_properties();
params.net_log = main_context_->net_log();
- params.enable_spdy31 = spdy_enabled();
params.enable_http2 = spdy_enabled();
params.enable_quic = quic_enabled();
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.mm ('k') | jingle/glue/proxy_resolving_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698