[Native File System] Aborting a directory iteration succeeds
The return statement of the async iterator was not returning the expected type. This removes the ability to cancel an iteration which fixes the bug where an error would be thrown otherwise. A full implementation of directory iteration will re-implement this functionality correctly. BUG=1007509 Change-Id: I77f3b76b117b7df939e73da826f4fc9b82e9441e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826993 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#701356}
Showing
Please register or sign in to comment