| Index: net/http/bidirectional_stream.h
|
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h
|
| index 635cf5b795174f8c67baa5b643da2742a65f7b15..0b86870ba44e3e4808f2670c9409585d8a382873 100644
|
| --- a/net/http/bidirectional_stream.h
|
| +++ b/net/http/bidirectional_stream.h
|
| @@ -154,11 +154,6 @@ class NET_EXPORT BidirectionalStream
|
| const std::vector<int>& lengths,
|
| bool end_stream);
|
|
|
| - // If |stream_request_| is non-NULL, cancel it. If |stream_impl_| is
|
| - // established, cancel it. No delegate method will be called after Cancel().
|
| - // Any pending operations may or may not succeed.
|
| - void Cancel();
|
| -
|
| // Returns the protocol used by this stream. If stream has not been
|
| // established, return kProtoUnknown.
|
| NextProto GetProtocol() const;
|
|
|