dekstop-pwas: Remove unnecessary use of BindOnce now that we support lambda capture expressions
Previously we couldn't capture OnceCallback because they are non-copyable. Now that we allow capture expressions we can capture it by moving it into the lambda. Change-Id: I436d3d572cb7609b739acc518c7beb8fc5c73364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626054 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:Alexey Baskakov <loyso@chromium.org> Auto-Submit: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#662480}
Showing
Please register or sign in to comment