Revert "Use ServiceWorkerStorageControl::GetNewRegistrationId()"
This reverts commit 8400e57d. Reason for revert: There are service worker tests failures on multiple builders, and this CL is the only one that is related to service worker, revert to see if this is the cause. first failure on failed builders: https://ci.chromium.org/p/chromium/builders/ci/Linux%20ASan%20Tests%20%28sandboxed%29/67399 https://ci.chromium.org/p/chromium/builders/ci/Linux%20ASan%20LSan%20Tests%20%281%29/77750 https://ci.chromium.org/p/chromium/builders/ci/win-asan/12523 Original change's description: > Use ServiceWorkerStorageControl::GetNewRegistrationId() > > This CL replaces ServiceWorkerStorage::GetNewRegistrationId() call > with the corresponding mojo method as a preparation for the Storage > Service migration. > > This CL increases the android binary sizes by ~30kb. Most of the > increase (~29kb) comes from mojo generated code and there isn't much we > can do to reduce them. Introducing the mojo interface is necessary for > migrating ServiceWorkerStroage to the storage service. See the design > doc [1] for the motivation of the migration and plans. > > [1] https://docs.google.com/document/d/1hO0WEuoEOgEBlf5nDE3fDjuQY2bV_d5hLtk25iBo0LM/edit?usp=sharing > > Bug: 1055677 > Binary-Size: Size increase is unavoidable (see above) > Change-Id: I33e1e72b1da94ae02dfbe2a929895fc36e216e66 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217935 > Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774947} TBR=falken@chromium.org,rockot@google.com,bashi@chromium.org Change-Id: I00de43c78d0e16b6031d4b766d156df6b4352370 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1055677 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230378Reviewed-by:Maggie Cai <mxcai@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#775000}
Showing
Please register or sign in to comment