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

Unified Diff: net/quic/chromium/quic_stream_factory_peer.cc

Issue 2814633003: Extract Proxy Resolution out of HttpStreamFactoryImpl::Job (Closed)
Patch Set: fix remaining tests 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/quic/chromium/quic_stream_factory_peer.cc
diff --git a/net/quic/chromium/quic_stream_factory_peer.cc b/net/quic/chromium/quic_stream_factory_peer.cc
index f801fada43aea1d7a54eec57ca60473b3700def7..466989eb7229282a0ce98adb2b682257ba95aa5b 100644
--- a/net/quic/chromium/quic_stream_factory_peer.cc
+++ b/net/quic/chromium/quic_stream_factory_peer.cc
@@ -176,5 +176,12 @@ void QuicStreamFactoryPeer::SetAlarmFactory(
factory->alarm_factory_ = std::move(alarm_factory);
}
+void QuicStreamFactoryPeer::SetStreamRequestFactory(
+ QuicStreamFactory* factory,
+ std::unique_ptr<QuicStreamRequestFactory> stream_request_factory) {
+ factory->stream_request_factory_ = std::move(stream_request_factory);
+}
+
} // namespace test
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698