| Index: content/browser/background_fetch/background_fetch_service_impl.h
|
| diff --git a/content/browser/background_fetch/background_fetch_service_impl.h b/content/browser/background_fetch/background_fetch_service_impl.h
|
| index 9103eb92d946344f507f528c60d05270f9b7e962..82989cd4654168e250ee0148315243c890cf0101 100644
|
| --- a/content/browser/background_fetch/background_fetch_service_impl.h
|
| +++ b/content/browser/background_fetch/background_fetch_service_impl.h
|
| @@ -22,6 +22,7 @@ namespace content {
|
|
|
| class BackgroundFetchContext;
|
| struct BackgroundFetchOptions;
|
| +struct ServiceWorkerFetchRequest;
|
|
|
| class BackgroundFetchServiceImpl : public blink::mojom::BackgroundFetchService {
|
| public:
|
| @@ -39,6 +40,7 @@ class BackgroundFetchServiceImpl : public blink::mojom::BackgroundFetchService {
|
| void Fetch(int64_t service_worker_registration_id,
|
| const url::Origin& origin,
|
| const std::string& tag,
|
| + const std::vector<ServiceWorkerFetchRequest>& requests,
|
| const BackgroundFetchOptions& options,
|
| const FetchCallback& callback) override;
|
| void UpdateUI(int64_t service_worker_registration_id,
|
|
|