Remove old Start method from VideoQualityAnalyzerInjectionHelper

Bug: webrtc:11631
Change-Id: I029e83fe6f50bb4f5ab0a56c9089271702f3cf34
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176561
Reviewed-by: Andrey Logvin <landrey@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31452}
This commit is contained in:
Artem Titov
2020-06-05 16:44:04 +02:00
committed by Commit Bot
parent 8e75bd40e0
commit 3685605b52

View File

@ -76,9 +76,6 @@ class VideoQualityAnalyzerInjectionHelper : public StatsObserverInterface {
void Start(std::string test_case_name,
rtc::ArrayView<const std::string> peer_names,
int max_threads_count);
void Start(std::string test_case_name, int max_threads_count) {
Start(test_case_name, std::vector<std::string>{}, max_threads_count);
}
// Forwards |stats_reports| for Peer Connection |pc_label| to
// |analyzer_|.