Chromium Code Reviews| Index: net/quic/quic_reliable_client_stream.cc |
| diff --git a/net/quic/quic_reliable_client_stream.cc b/net/quic/quic_reliable_client_stream.cc |
| index 24e469fc1cacdbf3c5dd176d46f867950f99c06a..987a0fbfb3dbbc2f6e8e162fd1117feb84f50770 100644 |
| --- a/net/quic/quic_reliable_client_stream.cc |
| +++ b/net/quic/quic_reliable_client_stream.cc |
| @@ -77,11 +77,6 @@ QuicPriority QuicReliableClientStream::EffectivePriority() const { |
| return QuicWriteBlockedList::kHighestPriority; |
| } |
| -void QuicReliableClientStream::OnFinRead() { |
| - // Do not close the stream here to give the caller a chance to |
| - // invoke DoneReading. |
| -} |
| - |
| void QuicReliableClientStream::DoneReading() { |
|
Ryan Hamilton
2015/08/04 20:28:56
Might as well get right of this method, and change
ramant (doing other things)
2015/08/05 23:35:16
Done.
|
| QuicDataStream::OnFinRead(); |
| } |