DescriptionRemove ExecutionContextTask subclasses from DOMFileSystem
This CL
- makes scheduleCallback() to have SameThreadTask as an argument,
- removes the null check of |callback| in scheduleCallback(),
- removes the arguments handling codes and ExecutionContextTask subclasses
around scheduleCallback(), and
- makes the callsites of scheduleCallback() to
- call createSameThreadTask() and do null check of callback, or
- call reportError() instead.
BUG=478194
Committed: https://crrev.com/a8a5e89eb2f7d8f4a6a12b8e8ab28ba7a54dcc35
Cr-Commit-Position: refs/heads/master@{#402129}
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 16 (8 generated)
|