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

Unified Diff: net/quic/quartc/quartc_stream.h

Issue 2916033003: Landing Recent QUIC changes until 03:18 AM, May 28, UTC (Closed)
Patch Set: A few more EXPORTs. 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/quic/quartc/quartc_session_test.cc ('k') | net/quic/quartc/quartc_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quartc/quartc_stream.h
diff --git a/net/quic/quartc/quartc_stream.h b/net/quic/quartc/quartc_stream.h
index 188345104215c6c39d347854aa50eb759e2ab35f..3ee21a44697d0fa12022179b2acc5fda7b9b6e3c 100644
--- a/net/quic/quartc/quartc_stream.h
+++ b/net/quic/quartc/quartc_stream.h
@@ -12,7 +12,8 @@
namespace net {
// Implements a QuartcStreamInterface using a QuicStream.
-class QuartcStream : public QuicStream, public QuartcStreamInterface {
+class QUIC_EXPORT_PRIVATE QuartcStream : public QuicStream,
+ public QuartcStreamInterface {
public:
QuartcStream(QuicStreamId id, QuicSession* session);
@@ -32,6 +33,10 @@ class QuartcStream : public QuicStream, public QuartcStreamInterface {
bool fin_sent() override;
+ int stream_error() override;
+
+ int connection_error() override;
+
void Write(const char* data,
size_t size,
const WriteParameters& param) override;
« no previous file with comments | « net/quic/quartc/quartc_session_test.cc ('k') | net/quic/quartc/quartc_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698