| Index: net/quic/chromium/bidirectional_stream_quic_impl.h
|
| diff --git a/net/quic/chromium/bidirectional_stream_quic_impl.h b/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| index 1a15e98d661f655935641df4813ecb6b50fbe89b..96828274bfc119fa6075f0ac44de000ee2fe63de 100644
|
| --- a/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| +++ b/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| @@ -78,6 +78,8 @@ class NET_EXPORT_PRIVATE BidirectionalStreamQuicImpl
|
| void NotifyError(int error);
|
| // Notifies the delegate that the stream is ready.
|
| void NotifyStreamReady();
|
| + // Notify the delegate that |bytes_read| number of bytes is read.
|
| + void NotifyDataRead(int bytes_read);
|
| // Resets the stream and ensures that |delegate_| won't be called back.
|
| void ResetStream();
|
|
|
|
|