From 74e63b8abbbfdc25df05c90a6f4bc40cead73304 Mon Sep 17 00:00:00 2001 From: Tim Haloun Date: Tue, 4 Jun 2019 11:23:32 -0700 Subject: [PATCH] Add missing proxy function for overloaded StartRtcEventLog peer connection function. TBR=kwiberg@webrtc.org Bug: webrtc:6463, webrtc:10716 Change-Id: I1cdfb87e30a9aef5ecc297339721397591542646 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140164 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Reviewed-by: Niels Moller Cr-Commit-Position: refs/heads/master@{#28164} --- api/peer_connection_proxy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/api/peer_connection_proxy.h b/api/peer_connection_proxy.h index 7db41d4bfc..70bdd11a2e 100644 --- a/api/peer_connection_proxy.h +++ b/api/peer_connection_proxy.h @@ -135,6 +135,7 @@ PROXY_METHOD2(bool, StartRtcEventLog, std::unique_ptr, int64_t) +PROXY_METHOD1(bool, StartRtcEventLog, std::unique_ptr) PROXY_METHOD0(void, StopRtcEventLog) PROXY_METHOD0(void, Close) END_PROXY_MAP()