commit | f9f2348ac351e67fd6c0a96ed3890d99c99a3ccd | [log] [tgz] |
---|---|---|
author | Aida Zolic <[email protected]> | Fri Sep 20 00:06:14 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Sep 20 00:06:14 2024 |
tree | 56d796a2b7623784c4c3b291d5ad44ebcf0fc222 | |
parent | fef8cc342e3185879e4386bb3f56da38dc7004b6 [diff] |
[skyvault] Allow delete with SkyVault If local storage is disabled but some local files are still left on the device, these can be uploaded to the configured cloud storage or even left on the device, depending on the admin policies. While the files are still on device, MyFiles is temporarily turned into a read-only volume (in the FilesApp). However, the users need to be able to delete these files, e.g. before they're moved to the corp cloud. This CL modifies the conditions for enabling the delete command/button to account for the special SkyVault case. Any other actions are still prohibited (creating new folder, pasting into this location...). Fixed: b/364850113 Change-Id: I036c2d709dbed6985510ab825c3baee2cdb19831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5839679 Reviewed-by: Luciano Pacheco <[email protected]> Auto-Submit: Aida Zolic <[email protected]> Commit-Queue: Luciano Pacheco <[email protected]> Cr-Commit-Position: refs/heads/main@{#1357917}
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.