| Index: net/http/bidirectional_stream_impl.h
|
| diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h
|
| index 52a7c7771057644f768f82f7e19dd09371dc5d2d..dd173ec0b22d5fc7323b70966f6765ba5e3c9747 100644
|
| --- a/net/http/bidirectional_stream_impl.h
|
| +++ b/net/http/bidirectional_stream_impl.h
|
| @@ -135,10 +135,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl {
|
| const std::vector<int>& lengths,
|
| bool end_stream) = 0;
|
|
|
| - // Cancels the stream. No Delegate method will be called. Any pending
|
| - // operations may or may not succeed.
|
| - virtual void Cancel() = 0;
|
| -
|
| // Returns the protocol used by this stream. If stream has not been
|
| // established, return kProtoUnknown.
|
| virtual NextProto GetProtocol() const = 0;
|
|
|