From 2ccfbdf01188f49e495eaf69d499ddfb98656b49 Mon Sep 17 00:00:00 2001 From: Danil Chapovalov Date: Tue, 17 May 2016 11:38:38 +0200 Subject: [PATCH] Undeprecate CreatePeerConnectionFactory which do not use network thread. function was deprecated in https://codereview.webrtc.org/1968393002/ in favor of splitting network thread from worker thread. TBR=pthatcher1 BUG=webrtc:5645 Review URL: https://codereview.webrtc.org/1981273002 . Cr-Commit-Position: refs/heads/master@{#12768} --- webrtc/api/peerconnectioninterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/api/peerconnectioninterface.h b/webrtc/api/peerconnectioninterface.h index 7575c7ac88..4fa9bf2408 100644 --- a/webrtc/api/peerconnectioninterface.h +++ b/webrtc/api/peerconnectioninterface.h @@ -65,7 +65,6 @@ #include "webrtc/api/rtpsenderinterface.h" #include "webrtc/api/statstypes.h" #include "webrtc/api/umametrics.h" -#include "webrtc/base/deprecation.h" #include "webrtc/base/fileutils.h" #include "webrtc/base/network.h" #include "webrtc/base/rtccertificate.h" @@ -694,7 +693,6 @@ rtc::scoped_refptr CreatePeerConnectionFactory( // Create a new instance of PeerConnectionFactoryInterface. // Same thread is used as worker and network thread. -RTC_DEPRECATED inline rtc::scoped_refptr CreatePeerConnectionFactory( rtc::Thread* worker_and_network_thread,