Revert "service worker: Use mojo version of GetUserDataForAllRegistrations"
This reverts commit 853e0dd9. Reason for revert: Change seems to have caused consistent unit_tests failures on the TSAN bot, see https://bugs.chromium.org/p/chromium/issues/detail?id=1112825 Original change's description: > service worker: Use mojo version of GetUserDataForAllRegistrations > > This CL starts using mojo version of > GetUserDataForAllRegistrations{,ByKeyPrefix}(). > > The type of the return value of these methods is also changed from > map<registration_id, value> to array<ServiceWorkerUserData>, > and ServiceWorkerUserData now has registration_id. > These changes are required to handle a situation where a > registration_id is associated with multiple values. Some features like > payments could associate multiple values for a registration_id. > > Bug: 1055677 > Change-Id: I29e9ae7c1722316b2ac2f163cfc5b50fe7590d54 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331376 > Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#794447} TBR=falken@chromium.org,kinuko@chromium.org,bashi@chromium.org,nhiroki@chromium.org Change-Id: If41653b493ad11a6af679ee000a207be5b65f73b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1055677, 1112825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337273 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#794695}
Showing
This diff is collapsed.
Please register or sign in to comment