commit | d07d4892dcfad6ed6a626287cb2ddd12713ccc15 | [log] [tgz] |
---|---|---|
author | Pi-Hsun Shih <pihsun@chromium.org> | Mon Aug 05 15:17:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 15:17:39 2024 |
tree | ecb37ac420031511a84cbc8aa2284d9ae3470704 | |
parent | e32307934c2ccb2d1653e063c68a0f8b99350405 [diff] |
recorder: Rename all speaker ID to speaker label The codebase have been quite inconsistent and use both "speaker id" and "speaker label" to refer to the same thing. Since the underlying soda API use "speakerLabel" as the field name, change all usage to align with it. Note that this contains a backward-incompatible settings schema change, but consider that: * The original speakerIdEnabled field are not in M128, so not much dogfooder will have the field set. * The incompatibility would only result in an additional ask for speaker label consent. It should be fine to make the change now. Bug: None Test: compile Test: manually Change-Id: Ieefb463dca196c7a379abe81756419679b889305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756982 Reviewed-by: Shik Chen <shik@chromium.org> Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Cr-Commit-Position: refs/heads/main@{#1337315}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.