commit | 6dde7e90df37571938763bdb7ba385a452bea4cf | [log] [tgz] |
---|---|---|
author | Tommy Steimel <steimel@chromium.org> | Fri May 02 22:11:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 02 22:11:02 2025 |
tree | 1be8dcd74bdea38173e102deafa0919a01255a70 | |
parent | 778dbca5e759bc28482c281703eb7207d37f68e4 [diff] |
[video pip] Add live caption dialog This CL adds a new live caption dialog to video picture-in-picture for the new 2024 UI update. This allows a user to enable/disable live caption and live translate directly from the pip window. Additionally, since this code also uses a MockSodaInstaller (like a lot of other code), instead of creating yet another MockSodaInstaller class, this creates a single MockSodaInstaller class that is shared by most tests that need a MockSodaInstaller. There are tests in chromeos/ash/components/boca/ that use a slightly different MockSodaInstaller, so those have been left unchanged. Bug: 360357715 Change-Id: I0e54cd8afcd7b76e3d0104a48aee92e5666040f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6499811 Reviewed-by: Evan Liu <evliu@google.com> Reviewed-by: Benjamin Zielinski <bzielinski@google.com> Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by: Dorian Brandon <dorianbrandon@google.com> Cr-Commit-Position: refs/heads/main@{#1455224}
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.