| 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..68f81837c957e0b06a6255fbd62f4497377397d6 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -70,6 +70,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
| private:
|
| int SendRequestHeadersHelper();
|
| void OnStreamInitialized(int rv);
|
| + void NotifyError(int rv);
|
| void ScheduleBufferedRead();
|
| void DoBufferedRead();
|
| bool ShouldWaitForMoreBufferedData() const;
|
|
|