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; |