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

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

Issue 2789093003: Mark QUIC broken when the network blackholes after the handshake (Closed)
Patch Set: Rename mark_quic_broken_when_network_suspected to mark_quic_broken_when_network_blackholes 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 79247dee0dd6bce054562f8be1bd127becd2b8fe..822b78f699f818e322ec0c61d2e0c1433d0a0787 100644
--- a/net/quic/chromium/quic_stream_factory_peer.h
+++ b/net/quic/chromium/quic_stream_factory_peer.h
@@ -19,12 +19,13 @@
namespace net {
class NetLogWithSource;
+class QuicAlarmFactory;
+class QuicChromiumClientSession;
+class QuicClientPushPromiseIndex;
class QuicConfig;
class QuicCryptoClientConfig;
class QuicHttpStream;
class QuicStreamFactory;
-class QuicChromiumClientSession;
-class QuicClientPushPromiseIndex;
namespace test {
@@ -101,6 +102,9 @@ class QuicStreamFactoryPeer {
static int GetNumPushStreamsCreated(QuicStreamFactory* factory);
+ static void SetAlarmFactory(QuicStreamFactory* factory,
+ std::unique_ptr<QuicAlarmFactory> alarm_factory);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicStreamFactoryPeer);
};

Powered by Google App Engine
This is Rietveld 408576698