commit | c4f0c308bc3ad3d0e536131f2311adebffd1dcad | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@chromium.org> | Tue Nov 07 13:17:39 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 07 13:17:39 2023 |
tree | 8760bdb1f96e55bf6163d39a3817a725ddc388d6 | |
parent | 3cd557bb10688d1fce45d44e93f645ced854a26d [diff] |
[extensions] Use FromValue from schema types (15/22) This CL is part of a group of changes removing all occurrences of the generated T::FromValueDeprecate, and T::Populate in the codebase, in favour of the modern T::FromValue generated function for schema types. Updating /chrome/browser/safe_browsing/extension_telemetry. This CL was uploaded by git cl split. R=anunoy@chromium.org Bug: 1415174 Change-Id: Ie9f29909c5516f181a29df4431b30ea1b09bf6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5008119 Commit-Queue: Anunoy Ghosh <anunoy@chromium.org> Reviewed-by: Anunoy Ghosh <anunoy@chromium.org> Auto-Submit: Claudio DeSouza <cdesouza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1220867}
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.