From 7472dc3b9444cb05b17023b87dd3e8016773f359 Mon Sep 17 00:00:00 2001 From: hbos Date: Mon, 19 Dec 2016 09:34:14 -0800 Subject: [PATCH] Removed undefined method from webrtcsession.h. It was accidentally added in https://codereview.webrtc.org/2583883002/ (added in one patch set, removed in another but forgot about the header declaration). BUG=webrtc:6875, chromium:627816 Review-Url: https://codereview.webrtc.org/2583123003 Cr-Commit-Position: refs/heads/master@{#15685} --- webrtc/api/webrtcsession.h | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h index 241fb626d9..fa46ada883 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 GetChannelNamePairs(); cricket::BaseChannel* GetChannel(const std::string& content_name);