[Background Sync] Move Play Services check to a new file.
This paves way for deleting BackgroundSyncLauncher code, which is the old way of waking up Chrome on Android to process Background Sync registrations, and is no longer being used. The logic that is still being used is to check whether Google Play Services is up to date, which is checked at Chrome start up. This CL refactors that out in to a separate class and updates C++ logic to use the new class. Bug: 924490 Change-Id: I4c412738e496c250a556d00408169ace1223a4a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804484 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Auto-Submit: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#698422}
Showing
Please register or sign in to comment