commit | 94df66c8662066dc55cea30a6f7d4118b3a1ac09 | [log] [tgz] |
---|---|---|
author | Sebastien Lalancette <seblalancette@chromium.org> | Tue Feb 18 20:57:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 18 20:57:18 2025 |
tree | 8baf99a8e84fb6ac3522b54183e6fa5caf77a840 | |
parent | 26a34a44067a951ff29e963dd058d466cc6ce5ce [diff] |
[DTC] Add new antivirusState signal to DTC signals This value is only supported on Windows, and it will contain an integer mapping to an enum conveying the overall antivirus state of a device. kNone = 0 When no AV software was detected on the device. kDisabled = 1 When AV software was detected on the device, but none of them are enabled. kEnabled = 2 When AV software was detected as enabled on the device. enabled. The signal will be missing from the payload on unsupported platforms. Bug: b:396200741 Change-Id: I9c2d408a653632053110fad6428feaf02f1ee443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6261195 Reviewed-by: Zonghan Xu <xzonghan@chromium.org> Commit-Queue: Sébastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421601}
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.