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

Unified Diff: content/common/service_worker/service_worker_types.mojom

Issue 2779763004: Create ServiceWorkerProviderHost before starting worker (Closed)
Patch Set: Pass the param of BindWithProviderInfo by value instead of pointer Created 3 years, 6 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: content/common/service_worker/service_worker_types.mojom
diff --git a/content/common/service_worker/service_worker_types.mojom b/content/common/service_worker/service_worker_types.mojom
index 1094171758de4bcf5cb220a61d66f980b8c1bdd6..9aa4bf08e571bd829af5a740691711e344b075b6 100644
--- a/content/common/service_worker/service_worker_types.mojom
+++ b/content/common/service_worker/service_worker_types.mojom
@@ -17,4 +17,15 @@ enum ServiceWorkerProviderType {
SERVICE_WORKER_PROVIDER_TYPE_LAST =
SERVICE_WORKER_PROVIDER_FOR_CONTROLLER
-};
+};
+
+// Container for delivering the information about the ServiceWorkerRegistration.
+// Defined in service_worker_types.h.
+[Native]
+struct ServiceWorkerRegistrationObjectInfo;
+
+// Container for delivering the information about the installing, waiting and
+// active ServiceWorkers.
+// Defined in service_worker_types.h.
+[Native]
+struct ServiceWorkerVersionAttributes;
« no previous file with comments | « content/common/service_worker/service_worker_types.h ('k') | content/common/service_worker/service_worker_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698