commit | f41e81f9f23317b762abf0d892e5a0476524ae6d | [log] [tgz] |
---|---|---|
author | Rayan Kanso <[email protected]> | Thu Apr 04 12:08:37 2019 |
committer | Commit Bot <[email protected]> | Thu Apr 04 12:08:37 2019 |
tree | e69f8e9fcb9bcee377d039e0c6507dd7d365a751 | |
parent | 5368a61b124dd0e1d3493baf0598e65bb89f2dd1 [diff] |
[Background Fetch] Create a mojo interface for registration-tied methods Previously all mojo calls went through a global interface. This change makes the `Fetch` and `Get` calls return a registration with a registration service interface, if other registration related mojo calls need to be made (like Abort). The unique_id was also removed from the mojo struct / renderer since it is no longer needed to identify registrations. The WebBackgroundFetchRegistration which is used to dispatch events was also updated to include the registration service interface. Bug: 866874 Change-Id: I9feab9f6c5238ec39d61c55aa5a43b9122c0879d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1533880 Commit-Queue: Rayan Kanso <[email protected]> Reviewed-by: Peter Beverloo <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Mugdha Lakhani <[email protected]> Cr-Commit-Position: refs/heads/master@{#647695}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .