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

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: IOS io_thread also initializes DynamicSharedParams Created 4 years 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 d95d4689109b4231461ba54b6fab9aba4adec60a..d700aa45a7ff2ab6899b6ba2207f58967c0d38a3 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -196,6 +196,8 @@ struct SpdySessionDependencies {
std::unique_ptr<MockClientSocketFactory> socket_factory;
std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
std::unique_ptr<HttpServerPropertiesImpl> http_server_properties;
+ std::unique_ptr<HttpNetworkSession::DynamicSharedParams>
+ dynamic_shared_params;
bool enable_ip_pooling;
bool enable_ping;
bool enable_user_alternate_protocol_ports;

Powered by Google App Engine
This is Rietveld 408576698