aboutsummaryrefslogtreecommitdiff
path: root/call/rampup_tests.h
diff options
context:
space:
mode:
authorTommi <tommi@webrtc.org>2019-08-06 11:30:11 +0200
committerCommit Bot <commit-bot@chromium.org>2019-08-08 06:40:26 +0000
commit891d393b805e2c332953178b2f1e276862bc39cd (patch)
tree58e76e56e2116bd5bda6b4e62be86931c99412ea /call/rampup_tests.h
parentaaaf804187fa7a1ae6a0739c5c15cf5791603ade (diff)
downloadwebrtc-891d393b805e2c332953178b2f1e276862bc39cd.tar.gz
Call Call::GetStats() from the correct thread in ProbingEndToEndTest.
Also removing the stop_event_ from the RampUpTester class, which I missed in review 148067. Bug: webrtc:10847 Change-Id: I102cc75287503915b51e37ea4ee01dfcc2437699 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148062 Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28801}
Diffstat (limited to 'call/rampup_tests.h')
-rw-r--r--call/rampup_tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/call/rampup_tests.h b/call/rampup_tests.h
index 3170f7175b..9c2f57dd00 100644
--- a/call/rampup_tests.h
+++ b/call/rampup_tests.h
@@ -66,7 +66,6 @@ class RampUpTester : public test::EndToEndTest {
const std::string& units) const;
void TriggerTestDone();
- rtc::Event stop_event_;
Clock* const clock_;
BuiltInNetworkBehaviorConfig forward_transport_config_;
const size_t num_video_streams_;