commit | d640a7d09f7df6a9920c038f9f6c9e0cf81e9b35 | [log] [tgz] |
---|---|---|
author | Dominique Fauteux-Chapleau <domfc@chromium.org> | Mon Aug 14 18:42:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 14 18:42:14 2023 |
tree | 527e03549d388c887f0e147b9fb89985b3aa774e | |
parent | 6bf03ebcb9de5c3a43a25b2db30bdf6d24475527 [diff] |
Implement kEnableCloudScanAfterPreview logic This CL mostly reuses code already set up by kEnableLocalScanAfterPreview to apply the kEnableCloudScanAfterPreview experiment when a corresponding content analysis policy is set. It removes several TODOs and updates tests, but doesn't handle specific cloud-only edge cases like the future kMacOpenPdfInPreview value in PrintScanningContext yet. This is just meant as an initial step to enable test for print-cloud-scanning, and allow testing the feature with the corresponding experiment flag. Bug: b/281087582 Change-Id: I612ff37335a085d6a6d0c85f61d0292a3edce1d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4762126 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1183215}
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.