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

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

Issue 2318053004: Remove obsolete QUIC disabling code. (Closed)
Patch Set: fix Created 4 years, 3 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/test_tools/quic_stream_factory_peer.h
diff --git a/net/quic/test_tools/quic_stream_factory_peer.h b/net/quic/test_tools/quic_stream_factory_peer.h
index ac0283a5d6c67d72b8b071ed2e80e7b047b66d51..0c314778fdd1ab80b46b406a1d8f7544937ef731 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/test_tools/quic_stream_factory_peer.h
@@ -54,12 +54,9 @@ class QuicStreamFactoryPeer {
static void SetTaskRunner(QuicStreamFactory* factory,
base::TaskRunner* task_runner);
- static int GetNumberOfLossyConnections(QuicStreamFactory* factory,
- uint16_t port);
-
static QuicTime::Delta GetPingTimeout(QuicStreamFactory* factory);
- static bool IsQuicDisabled(QuicStreamFactory* factory, uint16_t port);
+ static bool IsQuicDisabled(QuicStreamFactory* factory);
static bool GetDelayTcpRace(QuicStreamFactory* factory);
@@ -84,10 +81,6 @@ class QuicStreamFactoryPeer {
static size_t GetNumberOfActiveJobs(QuicStreamFactory* factory,
const QuicServerId& server_id);
- static int GetNumTimeoutsWithOpenStreams(QuicStreamFactory* factory);
-
- static int GetNumPublicResetsPostHandshake(QuicStreamFactory* factory);
-
static void MaybeInitialize(QuicStreamFactory* factory);
static bool HasInitializedData(QuicStreamFactory* factory);

Powered by Google App Engine
This is Rietveld 408576698