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

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

Issue 2936623002: Implement dumb URLLoader{Factory} for ServiceWorker script loading (for try)
Patch Set: . 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;
« 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