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

Unified Diff: net/spdy/spdy_test_util_common.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/spdy/spdy_test_util_common.h
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
index d2712f8ebb94d739f04ec0a130af1d8db9766b97..66d2cc9660a0c89451d43152347e9fb9d104bbd5 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -212,7 +212,7 @@ struct SpdySessionDependencies {
SettingsMap http2_settings;
SpdySession::TimeFunc time_func;
std::unique_ptr<ProxyDelegate> proxy_delegate;
- bool enable_http2_alternative_service_with_different_host;
+ bool enable_http2_alternative_service;
NetLog* net_log;
bool http_09_on_non_default_ports_enabled;
bool restrict_to_one_preconnect_for_proxies;

Powered by Google App Engine
This is Rietveld 408576698