commit | e0d92b4caee2a08e726276061659f6f9d4a9c565 | [log] [tgz] |
---|---|---|
author | Lily Chen <chlily@chromium.org> | Tue Feb 18 20:04:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 18 20:04:22 2025 |
tree | 32595f7796e084f6478bd7536fe1263e429844e8 | |
parent | a8f420fc22cf6bcad702065482530fd02935b971 [diff] |
[MaliciousApkDownloadCheck] Add feature and flag Add a base::Feature to control malicious APK download checks. A base::FeatureParam<bool> controls whether the feature is in telemetry-only mode or displays warnings. Adds a flag to simplify testing. Bug: 397407934 Change-Id: Icefa9c566d590f3e76cc4b37ac83503bb181a666 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6278766 Reviewed-by: Daniel Rubery <drubery@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Auto-Submit: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421555}
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.