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

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

Issue 2820573004: Remove the code to store and load QUIC server configs in the disk cache. (Closed)
Patch Set: Fix 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
« no previous file with comments | « net/quic/chromium/quic_stream_factory.cc ('k') | net/quic/chromium/quic_stream_factory_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/quic/chromium/quic_stream_factory.cc ('k') | net/quic/chromium/quic_stream_factory_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698