commit | ad8e4e694f228d727b91f7b3554ccdc21ca320c2 | [log] [tgz] |
---|---|---|
author | Zonghan Xu <xzonghan@google.com> | Wed Apr 16 12:49:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 16 12:49:48 2025 |
tree | cddf105ab4aa2407376efd3a0ae092129a0b3eee | |
parent | f97b861b7d1b1d2c6c62aa90f1c53c0078f989e5 [diff] |
[Signals Reporting] Introduce the concept of Profile Security Reports in ReportScheduler With this change, the UserSecuritySignalsService will request a Profile security report to be uploaded every ~4 hours through the ReportSchedulerDesktop delegate, which will trigger its callback triggering a new generate+upload flow in ReportScheduler. Note this flow will only occur if `kProfileSignalsReportingEnabled` feature is enabled and `kUserSecuritySignalsReporting` policy has "True" value. Fixed: 402486791 Change-Id: I346f4c095506827f88ab29f4710db7cdd2decdaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6377227 Commit-Queue: Zonghan Xu <xzonghan@chromium.org> Reviewed-by: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447658}
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.