| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index f75328f5bb9cac5a41dfeb390b994596811951bb..0030342ee6332afb61dfa8d4aaa4006a337bcce0 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -553,7 +553,6 @@ class WebRtcSession :
|
|
|
| const std::string GetTransportName(const std::string& content_name);
|
|
|
| - void DestroyTransport(const std::string& transport_name, int component);
|
| void DestroyRtcpTransport_n(const std::string& transport_name);
|
| void DestroyVideoChannel();
|
| void DestroyVoiceChannel();
|
|
|