Description[fsp] Fix flaky tests for aborting read.
If reading is aborted before the file is opened, then obviously abort event is
not dispatched to the providing extension, as there is no operation to abort.
This patch fixes this race by waiting until the read operation is started, so
the abort event will be always dispatched.
TEST=browser_tests: *FileSystemProvider*ReadFile*
BUG=None
Committed: https://crrev.com/8a1436c88f0bc8f6ab62649ed1a9a102f429e9af
Cr-Commit-Position: refs/heads/master@{#310745}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|