From 07109657a56a52a1168b8e9938ad83b5f49dca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bostr=C3=B6m?= Date: Mon, 27 Nov 2017 09:52:02 +0100 Subject: [PATCH] Old SetRemoteDescription signature default implementation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that third party projects don't still have to implement it when they switch over to the new signature. Bug: webrtc:8473 Change-Id: I329814ad6e899def7bad97939e8643380a268f91 Reviewed-on: https://webrtc-review.googlesource.com/26022 Reviewed-by: Harald Alvestrand Commit-Queue: Henrik Boström Cr-Commit-Position: refs/heads/master@{#20885} --- api/peerconnectioninterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/peerconnectioninterface.h b/api/peerconnectioninterface.h index 438e9c1048..a7b4ef641f 100644 --- a/api/peerconnectioninterface.h +++ b/api/peerconnectioninterface.h @@ -729,7 +729,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface { // The |observer| callback will be called when done. // TODO(hbos): Remove when Chrome implements the new signature. virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer, - SessionDescriptionInterface* desc) = 0; + SessionDescriptionInterface* desc) {} // TODO(hbos): Make pure virtual when Chrome has updated its signature. virtual void SetRemoteDescription( std::unique_ptr desc,