commit | 203575baafadd6cda1d9a5b34efce98da8ad2846 | [log] [tgz] |
---|---|---|
author | Lily Chen <chlily@chromium.org> | Tue Mar 18 16:37:50 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 16:37:50 2025 |
tree | 826070b93d8d3e67d109f2330e7df2207bacd9aa | |
parent | 5f22ed7cd9e8e7512b0921fe6ea5193f947d55d6 [diff] |
[MaliciousApkDownloadCheck] Implement random sampling This is part 5 of 6 of relanding code that was originally landed in crrev.com/c/6309053 but was reverted. This CL implements random sampling of eligible downloads, controlled by a FeatureParam that is configurable via fieldtrial. This is separate from the sampling of allowlisted downloads and the sampling of unsupported filetypes, which are both supported on desktop platforms but not Android. Bug: 397407934 Change-Id: Ib0f07da7b6e4688c66a0b645e160cb0663a66dab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6341010 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434193}
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.