Files app: extract tasks to their own methods
Move tasks code from being an anonymous function in the queue to private async methods, in preparation to remove the task queue and use async and await. Add IGNORE_APP_ERROR in the integration test because now the method createWindow_() logs the error if it fails to create a window. Bug: 1067478 Change-Id: I69360ea65f01e953d84060b253343fe4e7669a42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143418 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:Alex Danilo <adanilo@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#759485}
Showing
Please register or sign in to comment