The BackgroundFetch API will use a Mojo service to communicate from the renderer to the browser. This task involves the following:
* Define the IDLs required for the new API
* Define the Mojo calls which will be needed to implement the functionality defined in https://github.com/jakearchibald/background-fetch
* Implement a .mojom file which provides those calls.
* Write a platform test to validate the Mojo interface.
Comment 1 by miguelg@chromium.org
, Feb 20 2017Owner: awdf@chromium.org