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

Unified Diff: components/network_session_configurator/network_session_configurator.h

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: components/network_session_configurator/network_session_configurator.h
diff --git a/components/network_session_configurator/network_session_configurator.h b/components/network_session_configurator/network_session_configurator.h
index 4af164810b15063ed188527c55314242928b6892..cd746c5edfcd8cba1d79e416a70cd5d3d4cb38f1 100644
--- a/components/network_session_configurator/network_session_configurator.h
+++ b/components/network_session_configurator/network_session_configurator.h
@@ -16,15 +16,13 @@
namespace network_session_configurator {
// Configure |params| based on field trials and policy arguments.
-void ParseFieldTrials(bool is_spdy_allowed_by_policy,
- bool is_quic_allowed_by_policy,
+void ParseFieldTrials(bool is_quic_allowed_by_policy,
const std::string& quic_user_agent_id,
net::HttpNetworkSession::Params* params);
// Configure |params| based on field trials, policy arguments,
// and command line.
-void ParseFieldTrialsAndCommandLine(bool is_spdy_allowed_by_policy,
- bool is_quic_allowed_by_policy,
+void ParseFieldTrialsAndCommandLine(bool is_quic_allowed_by_policy,
const std::string& quic_user_agent_id,
net::HttpNetworkSession::Params* params);

Powered by Google App Engine
This is Rietveld 408576698