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

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

Issue 1692253004: QUIC - chromium server push support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review feedback round 2. Created 4 years, 10 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/quic_stream_factory_test.cc ('k') | net/quic/test_tools/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/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 2f731764f45a254246fd3e22d3f58cab8778c24f..c2d299322ce5338c41dfef3a27693395622d06db 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/test_tools/quic_stream_factory_peer.h
@@ -23,6 +23,7 @@ class QuicCryptoClientConfig;
class QuicHttpStream;
class QuicStreamFactory;
class QuicChromiumClientSession;
+class QuicClientPushPromiseIndex;
namespace test {
@@ -85,6 +86,11 @@ class QuicStreamFactoryPeer {
static void CacheDummyServerConfig(QuicStreamFactory* factory,
const QuicServerId& quic_server_id);
+ static QuicClientPushPromiseIndex* GetPushPromiseIndex(
+ QuicStreamFactory* factory);
+
+ static int GetNumPushStreamsCreated(QuicStreamFactory* factory);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicStreamFactoryPeer);
};
« no previous file with comments | « net/quic/quic_stream_factory_test.cc ('k') | net/quic/test_tools/quic_stream_factory_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698