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

Unified Diff: net/http/http_network_session.h

Issue 2821463002: Disable HTTP/2 Alternative Services. (Closed)
Patch Set: Revert change in histogram logic. 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
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 6adf6e44fb6d5bf8dff08c51232633c53ade8ea0..b67df641cf4c4f9f98f21bde09bd796be168ac10 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -111,9 +111,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;
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698