commit 8a71d04e1df9168bb16db6ca4be04394478370d3
parent c125dcd5f8b6a8ce009bf44122f478a026f22de1
Author: Michael Froman <mfroman@mozilla.com>
Date: Wed, 8 Oct 2025 21:59:03 -0500
Bug 1993083 - Vendor libwebrtc from 5063e78710
Upstream commit: https://webrtc.googlesource.com/src/+/5063e7871025255ca22ba2d0be2bba7a26d36b68
Default 'export_perf_results_new_api' flag to true.
This is a first step before removing this flag.
Change-Id: Ifab4ef3d00decf4831e45a200c8bdc118632732a
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/395020
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Cr-Commit-Position: refs/heads/main@{#45090}
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor
@@ -1,4 +1,4 @@
# ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc
-libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T02:57:51.423820+00:00.
+libwebrtc updated from /home/mfroman/mozilla/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-10-09T02:58:53.442732+00:00.
# base of lastest vendoring
-6154b71a15
+5063e78710
diff --git a/third_party/libwebrtc/test/test_flags.cc b/third_party/libwebrtc/test/test_flags.cc
@@ -40,7 +40,7 @@ ABSL_FLAG(std::string,
ABSL_FLAG(bool,
export_perf_results_new_api,
- false,
+ true,
"Tells to initialize new API for exporting performance metrics");
ABSL_FLAG(bool,