| 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 d9b8d1d51dcdfd44f79ebb2a08d0378f77596408..c2d3be9e34408d4a11912326a1da6945b7c6de69 100644
|
| --- a/net/quic/chromium/quic_stream_factory_peer.h
|
| +++ b/net/quic/chromium/quic_stream_factory_peer.h
|
| @@ -79,13 +79,6 @@ class QuicStreamFactoryPeer {
|
| static size_t GetNumberOfActiveJobs(QuicStreamFactory* factory,
|
| const QuicServerId& server_id);
|
|
|
| - static void MaybeInitialize(QuicStreamFactory* factory);
|
| -
|
| - static bool HasInitializedData(QuicStreamFactory* factory);
|
| -
|
| - static bool SupportsQuicAtStartUp(QuicStreamFactory* factory,
|
| - HostPortPair host_port_pair);
|
| -
|
| static bool CryptoConfigCacheIsEmpty(QuicStreamFactory* factory,
|
| const QuicServerId& quic_server_id);
|
|
|
|
|