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

Unified Diff: net/tools/quic/quic_simple_server_session.h

Issue 2862563003: Landing Recent QUIC changes until Sat Apr 29 00:22:04 2017 +0000 (Closed)
Patch Set: rebase and fix test bugs detected by swarm bot. Created 3 years, 7 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/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_simple_server_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_simple_server_session.h
diff --git a/net/tools/quic/quic_simple_server_session.h b/net/tools/quic/quic_simple_server_session.h
index f9ff7da41fd1fd4ff2db30ba39bcf2ab5a6b2059..d1c4f854effd1888b9731d1daf53e1ab977e75f8 100644
--- a/net/tools/quic/quic_simple_server_session.h
+++ b/net/tools/quic/quic_simple_server_session.h
@@ -82,9 +82,14 @@ class QuicSimpleServerSession : public QuicServerSessionBase {
protected:
// QuicSession methods:
+ // TODO(ckrasic) - remove these two when
+ // FLAGS_quic_reloadable_flag_quic_refactor_stream_creation is
+ // deprecated.
QuicSpdyStream* CreateIncomingDynamicStream(QuicStreamId id) override;
QuicSimpleServerStream* CreateOutgoingDynamicStream(
SpdyPriority priority) override;
+ std::unique_ptr<QuicStream> CreateStream(QuicStreamId id) override;
+
// Closing an outgoing stream can reduce open outgoing stream count, try
// to handle queued promised streams right now.
void CloseStreamInner(QuicStreamId stream_id, bool locally_reset) override;
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_simple_server_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698