Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom

Issue 2762303002: Enable transmitting Fetch Requests over Mojo (Closed)
Patch Set: Enable transmitting Fetch Requests over Mojo Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/fetch/FetchAPIRequest.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698