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

Unified Diff: net/http/http_network_session.h

Issue 2821463002: Disable HTTP/2 Alternative Services. (Closed)
Patch Set: Fix //jingle/glue/. Created 3 years, 8 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: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index ca0a761f962efa1193be0d1e4de267d18d7f831e..0e2454da1ee1e382308c8b958dc1c95f6b92252a 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -110,9 +110,8 @@ class NET_EXPORT HttpNetworkSession
SettingsMap http2_settings;
// Source of time for SPDY connections.
SpdySessionPool::TimeFunc time_func;
- // Whether to enable HTTP/2 Alt-Svc entries with hostname different than
- // that of the origin.
- bool enable_http2_alternative_service_with_different_host;
+ // Whether to enable HTTP/2 Alt-Svc entries.
+ bool enable_http2_alternative_service;
// Whether to enable QUIC Alt-Svc entries with hostname different than that
// of the origin.
bool enable_quic_alternative_service_with_different_host;

Powered by Google App Engine
This is Rietveld 408576698