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

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 2089243002: Split enable_alternative_service_with_different_host flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 e5f908f50f36b07fe09241a214a31b033c22a21b..9db0ff4c962563c5f9141214ed0d08fa1a697858 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -212,7 +212,7 @@ struct SpdySessionDependencies {
size_t stream_max_recv_window_size;
SpdySession::TimeFunc time_func;
std::unique_ptr<ProxyDelegate> proxy_delegate;
- bool enable_alternative_service_with_different_host;
+ bool enable_http2_alternative_service_with_different_host;
NetLog* net_log;
};

Powered by Google App Engine
This is Rietveld 408576698