aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrey Logvin <landrey@webrtc.org>2020-07-02 13:54:39 +0000
committerCommit Bot <commit-bot@chromium.org>2020-07-03 07:11:36 +0000
commitd154e36d96393ba547b97695366cbdf559a4e029 (patch)
tree387a69d03de9d57764af0e952e98bbea23cd0842 /api
parent1e10a6156405f1c9b4c432c57a955f70642ccfc8 (diff)
downloadwebrtc-d154e36d96393ba547b97695366cbdf559a4e029.tar.gz
Remove unused QualityMetricsReporter::Start method from pc test api
Bug: webrtc:11381 Change-Id: I254aef4f0c218fe1ee70499f405449f8a226b44b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178567 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31618}
Diffstat (limited to 'api')
-rw-r--r--api/test/peerconnection_quality_test_fixture.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/api/test/peerconnection_quality_test_fixture.h b/api/test/peerconnection_quality_test_fixture.h
index 94a2ad6b8a..6dc119fb24 100644
--- a/api/test/peerconnection_quality_test_fixture.h
+++ b/api/test/peerconnection_quality_test_fixture.h
@@ -420,11 +420,6 @@ class PeerConnectionE2EQualityTestFixture {
// StopAndReportResults().
virtual void Start(absl::string_view test_case_name,
const TrackIdStreamInfoMap* reporter_helper) = 0;
- // This method has been added for backwards compatibility with upstream
- // project.
- void Start(absl::string_view test_case_name) {
- Start(test_case_name, nullptr);
- }
// Invoked by framework after call is ended and peer connection factory and
// peer connection are destroyed.