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

Unified Diff: net/spdy/spdy_test_util_common.cc

Issue 1952423002: JobController 2: Remove reference between HttpStreamFactoryImpl::Jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Job_Controller_1
Patch Set: move resume logic up to controller 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
« net/spdy/spdy_test_util_common.h ('K') | « net/spdy/spdy_test_util_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_util_common.cc
diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
index 05540982bf9cd93a5958ec9fc1f73586b8a9a2f7..a3e571c8b473be77e9dab328f19640a2009b112b 100644
--- a/net/spdy/spdy_test_util_common.cc
+++ b/net/spdy/spdy_test_util_common.cc
@@ -419,7 +419,10 @@ HttpNetworkSession::Params SpdySessionDependencies::CreateSessionParams(
"Invalid protocol: " << session_deps->protocol;
HttpNetworkSession::Params params;
+ params.quic_crypto_client_stream_factory =
+ session_deps->crypto_client_stream_factory.get();
params.host_resolver = session_deps->host_resolver.get();
+ params.quic_random = session_deps->quic_random.get();
params.cert_verifier = session_deps->cert_verifier.get();
params.channel_id_service = session_deps->channel_id_service.get();
params.transport_security_state =
« net/spdy/spdy_test_util_common.h ('K') | « net/spdy/spdy_test_util_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698