| Index: net/spdy/bidirectional_stream_spdy_impl.h
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.h b/net/spdy/bidirectional_stream_spdy_impl.h
|
| index 06d0d351f1be3d8b7672de34ed3dd956696aa0fc..b40c1ff9aafab249e07291ced4a3e51ee55ca1d5 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -70,6 +70,9 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
| private:
|
| int SendRequestHeadersHelper();
|
| void OnStreamInitialized(int rv);
|
| + // Notifies delegate of an error.
|
| + void NotifyError(int rv);
|
| + void ResetStream();
|
| void ScheduleBufferedRead();
|
| void DoBufferedRead();
|
| bool ShouldWaitForMoreBufferedData() const;
|
|
|