Change ServiceWorkerStorage::GetUserDataInDBCallback to remove indirection
The order of |values| and |status| is different in GetUserDataCallback and GetUserDataInDBCallback, so it is standardized to (status, values). Hence, the helper function in control_impl.cc can also be removed. Bug: 1055677 Change-Id: Ia469fa2b8e6212a8d3fe7d50bbb56e356b4a6def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206860Reviewed-by:Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770883}
Showing
Please register or sign in to comment