| commit | 9b9e0a0bf1ef5b901b4c4c6d2a1a7be13d4bb51a | [log] [tgz] |
|---|---|---|
| author | Xiaohan Wang <xhwang@chromium.org> | Wed Dec 04 16:16:56 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 04 16:16:56 2024 |
| tree | 361d43ad75525d26b183feb9a8ed0bddec0ec5b7 | |
| parent | 120339441e2c3d8740a0e3f537411ccbb48416ff [diff] |
media: Remove IsPotentiallySupportedKeySystem() This function is no longer needed. It was used to filter out key systems that were not known to Chromium and thus were not likely to be implemented in an interoperable way. However, this has not been useful in the past and is creating an exception to have key system specific code in media/. This change removes this function to make it easier to support other key systems. Bug: 378869813 Change-Id: Ic8303a43f2c5804f4e2b16836ae9bff0c518a511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056128 Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Sangbaek Park <sangbaekpark@chromium.org> Reviewed-by: John Rummell <jrummell@chromium.org> Commit-Queue: Bo Liu <boliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1391699}
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.