Delete TestPeerFactory constructor that uses rtc::TaskQueue

Bug: webrtc:14169
Change-Id: Id1414ecc19c8ff9da826688684003560d9a3139d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/334642
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@webrtc.org>
Reviewed-by: Jeremy Leconte <jleconte@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41536}
This commit is contained in:
Danil Chapovalov 2024-01-16 14:23:36 +01:00 committed by WebRTC LUCI CQ
parent 199fd755bd
commit 972546ed50
2 changed files with 0 additions and 12 deletions

View File

@ -110,7 +110,6 @@ if (!build_with_chromium) {
"../../../modules/audio_device:test_audio_device_module",
"../../../modules/audio_processing/aec_dump",
"../../../p2p:rtc_p2p",
"../../../rtc_base:rtc_task_queue",
"../../../rtc_base:threading",
"analyzer/video:quality_analyzing_video_encoder",
"analyzer/video:video_quality_analyzer_injection_helper",

View File

@ -24,7 +24,6 @@
#include "api/test/pclf/peer_configurer.h"
#include "api/test/time_controller.h"
#include "modules/audio_device/include/test_audio_device.h"
#include "rtc_base/task_queue.h"
#include "test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h"
#include "test/pc/e2e/test_peer.h"
@ -62,16 +61,6 @@ class TestPeerFactory {
video_analyzer_helper_(video_analyzer_helper),
task_queue_(task_queue) {}
[[deprecated]] TestPeerFactory(
rtc::Thread* signaling_thread,
TimeController& time_controller,
VideoQualityAnalyzerInjectionHelper* video_analyzer_helper,
rtc::TaskQueue* task_queue)
: TestPeerFactory(signaling_thread,
time_controller,
video_analyzer_helper,
task_queue->Get()) {}
// Setups all components, that should be provided to WebRTC
// PeerConnectionFactory and PeerConnection creation methods,
// also will setup dependencies, that are required for media analyzers