| Index: net/http/bidirectional_stream_impl.h
|
| diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h
|
| index 38cac64f03b3f3098394b76e855cf4d1956a51a5..4f53918ef1df506f7712d01959adc03190ed9b78 100644
|
| --- a/net/http/bidirectional_stream_impl.h
|
| +++ b/net/http/bidirectional_stream_impl.h
|
| @@ -74,8 +74,8 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl {
|
| // EOF has not been received, or to send data if there is no pending send.
|
| virtual void OnTrailersReceived(const SpdyHeaderBlock& trailers) = 0;
|
|
|
| - // Called when an error occurred.
|
| - // No other delegate functions will be called after this.
|
| + // Called when an error occurred. Do not call into the stream after this
|
| + // point. No other delegate functions will be called after this.
|
| virtual void OnFailed(int status) = 0;
|
|
|
| protected:
|
|
|