[NativeFS] Make it possible to request read&write access at the same time.
When restoring a handle from IDB it won't be readable. If a website then requests write access we need to prompt for both at the same time. This CL implements this by removing a now invalid DCHECK in NativeFileSystemHandleBase and adding support to NativeFileSystemPermissionRequestManager to combine two requests into one prompt. Bug: 984769 Change-Id: Ib1574c8142943adc412e7310505b63fc061f4557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092189 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#747991}
Showing
Please register or sign in to comment