| commit | d1475bdd72f3cc2d7a72b8971891b9dcdc885cb4 | [log] [tgz] |
|---|---|---|
| author | Danil Chapovalov <danilchap@webrtc.org> | Thu Jun 19 14:11:23 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jun 22 03:24:56 2025 |
| tree | 632bfaa2e5c5fd04939b97b1065f8f3a8e445cf3 | |
| parent | 4a5a5a3e0641ac118a912c0407dd79f983ba2752 [diff] |
Add and use CreateTestFieldTrialsPtr function for convinience and clarity Though many tests use FieldTrials by value or const reference, some tests need FieldTrials wrapped into unique_ptr, for example, to pass it to Environment. To better support 2nd set of tests, this patch suggest a new simple wrapper for the common need to create unique_ptr<FieldTrials>. Bug: webrtc:419453427 Change-Id: Icff3e69d858642f43ad79cea5016a5d850616146 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/397162 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44991}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.