commit | 388107ec322e1af9738b9f8423ddfe756172d54d | [log] [tgz] |
---|---|---|
author | Aida Zolic <aidazolic@chromium.org> | Mon Jan 30 10:27:31 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 30 10:27:31 2023 |
tree | bfe67f0e7084bc5fa366195a80f39733e76fc492 | |
parent | a193eb929e6141e098d1fe03f8dee54c04026d7e [diff] |
DLP: Disable blocked share sheet apps The CL enables graying out of blocked apps in the Share sheet, needed for DLP files restrictions. To do this, the file manager passes the source urls, kept in the file's metadata, to AppService which uses it to check the DLP status of each task as it's listing them. Information about blocked tasks is then passed to the SharesheetService which can disable the button/icon for such tasks (apps). http://shortn/_h2ct4Y48YM Fixed: b/265798535 Change-Id: I2e39d306233d8faa4498bb9f3439a9b70723c959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4173661 Reviewed-by: Tim Sergeant <tsergeant@chromium.org> Commit-Queue: Aida Zolic <aidazolic@chromium.org> Reviewed-by: Wenbo Jie <wenbojie@chromium.org> Reviewed-by: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1098509}
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.