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

Unified Diff: components/network_session_configurator/network_session_configurator.cc

Issue 2089243002: Split enable_alternative_service_with_different_host flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: components/network_session_configurator/network_session_configurator.cc
diff --git a/components/network_session_configurator/network_session_configurator.cc b/components/network_session_configurator/network_session_configurator.cc
index f2736932faec635a0c188c84286a6e8b51ca6d47..a54ae4447fc3398665f33c08e7cdb46daf88cc14 100644
--- a/components/network_session_configurator/network_session_configurator.cc
+++ b/components/network_session_configurator/network_session_configurator.cc
@@ -414,7 +414,7 @@ void ConfigureQuicParams(const base::CommandLine& command_line,
params->disable_quic_on_timeout_with_open_streams =
ShouldDisableQuicWhenConnectionTimesOutWithOpenStreams(quic_trial_params);
- params->enable_alternative_service_with_different_host =
+ params->enable_quic_alternative_service_with_different_host =
ShouldQuicEnableAlternativeServicesForDifferentHost(command_line,
quic_trial_params);

Powered by Google App Engine
This is Rietveld 408576698