Index: net/quic/quic_reliable_client_stream.h |
diff --git a/net/quic/quic_reliable_client_stream.h b/net/quic/quic_reliable_client_stream.h |
index e4b5c71b99dd6b0bf4201f757aa7018aadd10e36..a3301d50b227d1bf7c4603875f4ac9d68350e239 100644 |
--- a/net/quic/quic_reliable_client_stream.h |
+++ b/net/quic/quic_reliable_client_stream.h |
@@ -61,9 +61,6 @@ class NET_EXPORT_PRIVATE QuicReliableClientStream : public QuicDataStream { |
void OnClose() override; |
void OnCanWrite() override; |
QuicPriority EffectivePriority() const override; |
- void OnFinRead() override; |
- |
- void DoneReading(); |
// While the server's set_priority shouldn't be called externally, the creator |
// of client-side streams should be able to set the priority. |