From d7956891d073b0e709e76c4801cf68e86f303799 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Mon, 9 Jan 2023 15:39:15 +0100 Subject: [PATCH] [DVQA] Remove default value for report_infra_metrics in VideoQualityAnalyzerInjectionHelper Bug: None Change-Id: Ifa13844e0c7942c2418cb5bd29e5d8f03b9528c6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290720 Commit-Queue: Mirko Bonadei Auto-Submit: Artem Titov Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#39056} --- .../analyzer/video/video_quality_analyzer_injection_helper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h b/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h index 8000edadb1..7421c8e4a7 100644 --- a/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h +++ b/test/pc/e2e/analyzer/video/video_quality_analyzer_injection_helper.h @@ -78,11 +78,10 @@ class VideoQualityAnalyzerInjectionHelper : public StatsObserverInterface { // TODO(titovartem): Remove method with `peer_name` only parameter. std::unique_ptr> CreateVideoSink( absl::string_view peer_name); - // TODO(titovartem): Remove default value for `report_infra_metrics`. std::unique_ptr CreateVideoSink( absl::string_view peer_name, const VideoSubscription& subscription, - bool report_infra_metrics = false); + bool report_infra_metrics); void Start(std::string test_case_name, rtc::ArrayView peer_names,