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

Unified Diff: net/quic/quic_client_session.h

Issue 1190823003: Remove dependency on headers stream from QuicSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0616
Patch Set: deleted an include Created 5 years, 6 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/net.gypi ('k') | net/quic/quic_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index fe7033d7391e26633d47c5258a6803079fcdf6ee..d8b35a8b41a6d48808a80cff0d77c482d6c07c37 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -125,7 +125,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase,
// QuicSession methods:
void OnStreamFrames(const std::vector<QuicStreamFrame>& frames) override;
- QuicReliableClientStream* CreateOutgoingDataStream() override;
+ QuicReliableClientStream* CreateOutgoingDynamicStream() override;
QuicCryptoClientStream* GetCryptoStream() override;
void CloseStream(QuicStreamId stream_id) override;
void SendRstStream(QuicStreamId id,
@@ -195,7 +195,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase,
protected:
// QuicSession methods:
- QuicDataStream* CreateIncomingDataStream(QuicStreamId id) override;
+ QuicDataStream* CreateIncomingDynamicStream(QuicStreamId id) override;
private:
friend class test::QuicClientSessionPeer;
« no previous file with comments | « net/net.gypi ('k') | net/quic/quic_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698