| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 241fb626d925af8ff4b209f2f681a923962b13c1..fa46ada883f744c908432fcdcdfee9a9f5ebeb3d 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -208,7 +208,6 @@ class WebRtcSession :
|
| virtual cricket::DataChannel* data_channel() {
|
| return data_channel_.get();
|
| }
|
| - std::unique_ptr<ChannelNamePairs> GetChannelNamePairs();
|
|
|
| cricket::BaseChannel* GetChannel(const std::string& content_name);
|
|
|
|
|