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

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

Issue 2779763004: Create ServiceWorkerProviderHost before starting worker (Closed)
Patch Set: Removed unnecessary CONTENT_EXPORT 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..d3ac503841a7cb92659ccf20c8f4f218e266431f 100644
--- a/content/common/service_worker/service_worker_types.mojom
+++ b/content/common/service_worker/service_worker_types.mojom
@@ -17,4 +17,10 @@ enum ServiceWorkerProviderType {
SERVICE_WORKER_PROVIDER_TYPE_LAST =
SERVICE_WORKER_PROVIDER_FOR_CONTROLLER
-};
+};
+
+[Native]
+struct ServiceWorkerRegistrationObjectInfo;
+
+[Native]
+struct ServiceWorkerVersionAttributes;
dcheng 2017/06/20 21:09:47 Previous comment about documenting this struct rem
shimazu 2017/06/21 03:11:27 Done.

Powered by Google App Engine
This is Rietveld 408576698