Index: third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom |
diff --git a/third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom b/third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom |
index fe5a140e7badde17046e6225aa786065f3026c42..0c780a48dda06fc19b8b83380078b934d6bb30e7 100644 |
--- a/third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom |
+++ b/third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom |
@@ -4,6 +4,7 @@ |
module blink.mojom; |
+import "third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom"; |
import "url/mojo/origin.mojom"; |
enum BackgroundFetchError { |
@@ -47,6 +48,7 @@ interface BackgroundFetchService { |
Fetch(int64 service_worker_registration_id, |
url.mojom.Origin origin, |
string tag, |
+ array<FetchAPIRequest> requests, |
BackgroundFetchOptions options) |
=> (BackgroundFetchError error, |
BackgroundFetchRegistration? registration); |