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

Unified Diff: ios/crnet/crnet_environment.mm

Issue 1268313004: s/use_alternate_protocols/use_alternative_services/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/crnet/crnet_environment.mm
diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
index b1618a31d009be50a257246fa74628c2fb1a535d..3191a6db59397316143503205b5dcd54935d6a00 100644
--- a/ios/crnet/crnet_environment.mm
+++ b/ios/crnet/crnet_environment.mm
@@ -409,7 +409,7 @@ void CrNetEnvironment::InitializeOnNetworkThread() {
params.net_log = main_context_->net_log();
params.next_protos =
net::NextProtosWithSpdyAndQuic(spdy_enabled(), quic_enabled());
- params.use_alternate_protocols = true;
+ params.use_alternative_services = true;
params.enable_quic = quic_enabled();
params.alternative_service_probability_threshold =
alternate_protocol_threshold_;

Powered by Google App Engine
This is Rietveld 408576698