commit | 4ea2c7012cad47815add3febc7c6c9463e993749 | [log] [tgz] |
---|---|---|
author | Xiaohan Wang <xhwang@chromium.org> | Mon Nov 22 23:56:41 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 22 23:56:41 2021 |
tree | 8e06e42f5f9cc0fffcd871c58ee3086b165db035 | |
parent | 9ff355959d7969b9b8fb48bb73193d46bf35f25b [diff] |
media: Rename CdmInfo::guid to CdmInfo::type Historically the `guid` field was actually a GUID. Now after refactoring its type is base::Token, so `guid` is not accurate. Furthermore, the intention of this field is to identify the "type" of the CDM, which is not obvious. This CL renames it to be `type` to make this clear. This came up in a discussion around CDM file system refactoring. See https://crrev.com/c/3257089. Bug: 1231162 Change-Id: Id9499e6c2d89328d221ba0d8dfe3eb64628e10c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3293586 Auto-Submit: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Junbo Ke <juke@chromium.org> Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Reviewed-by: John Rummell <jrummell@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/main@{#944304}
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.