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

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

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.h
diff --git a/net/quic/chromium/quic_stream_factory_peer.h b/net/quic/chromium/quic_stream_factory_peer.h
index d643696d60ca0652ab0d04c28a06078385521c51..f1a082c70d556f8eb687b9bfd95e170c011ab0a7 100644
--- a/net/quic/chromium/quic_stream_factory_peer.h
+++ b/net/quic/chromium/quic_stream_factory_peer.h
@@ -25,6 +25,7 @@ class QuicClientPushPromiseIndex;
class QuicConfig;
class QuicCryptoClientConfig;
class QuicStreamFactory;
+class QuicStreamRequestFactory;
namespace test {
@@ -89,6 +90,10 @@ class QuicStreamFactoryPeer {
static void SetAlarmFactory(QuicStreamFactory* factory,
std::unique_ptr<QuicAlarmFactory> alarm_factory);
+ static void SetStreamRequestFactory(
+ QuicStreamFactory* factory,
+ std::unique_ptr<QuicStreamRequestFactory> stream_request_factory);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicStreamFactoryPeer);
};

Powered by Google App Engine
This is Rietveld 408576698