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

Unified Diff: components/network_session_configurator/network_session_configurator.cc

Issue 1956573004: Restrict kDisableSpdy pref to only disable SPDY/3.1, not HTTP/2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the same thing but in different files Created 4 years, 7 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 | « no previous file | components/network_session_configurator/network_session_configurator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b0c64a547e1ac15a1019b1e63e76bc0bd0e09571..8c4aff15630a58183d5a9fb6e5b110535db10f2a 100644
--- a/components/network_session_configurator/network_session_configurator.cc
+++ b/components/network_session_configurator/network_session_configurator.cc
@@ -106,7 +106,6 @@ void ConfigureSpdyParams(const base::CommandLine& command_line,
// "spdy.disabled" preference is not forced via policy.
if (!is_spdy_allowed_by_policy) {
params->enable_spdy31 = false;
- params->enable_http2 = false;
return;
}
« no previous file with comments | « no previous file | components/network_session_configurator/network_session_configurator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698