New issue
Advanced search Search tips

Issue 767789 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Task



Sign in to add a comment

Use the DownloadService directly from //content

Project Member Reported by peter@chromium.org, Sep 22 2017

Issue description

Background Fetch is about to start using the DownloadService. It does this through a delegate in //chrome, because //content cannot depend on the component directly. The relevant calls, notably DownloadUrl() and co., are exposed through the Content API.

As part of servicification, the DownloadService will be moving to //services and can thus be used by //content directly.

Once it has moved, we need to remove these APIs and use the //services interface directly. The BackgroundFetchDelegate will stay, but be focused entirely on the UI related functionality, delegating to the OfflineItemsCollection component.
 
Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment