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

Unified Diff: ios/chrome/browser/ios_chrome_io_thread.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
Index: ios/chrome/browser/ios_chrome_io_thread.mm
diff --git a/ios/chrome/browser/ios_chrome_io_thread.mm b/ios/chrome/browser/ios_chrome_io_thread.mm
index 97721b6b18a25ecc57dcc5af14e6a8944f02c4ac..22fc9c5d63ea76b7f38680d87d3bf72ead16e01d 100644
--- a/ios/chrome/browser/ios_chrome_io_thread.mm
+++ b/ios/chrome/browser/ios_chrome_io_thread.mm
@@ -396,7 +396,7 @@ void IOSChromeIOThread::Init() {
quic_user_agent_id.push_back(' ');
quic_user_agent_id.append(web::BuildOSCpuInfo());
- network_session_configurator::ParseFieldTrials(true, true, quic_user_agent_id,
+ network_session_configurator::ParseFieldTrials(true, quic_user_agent_id,
&params_);
const version_info::Channel channel = ::GetChannel();
if (channel == version_info::Channel::UNKNOWN ||
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | ios/crnet/crnet_environment.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698