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

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

Issue 2490623005: Remove InterfaceRegistry/Provider from service workers (Closed)
Patch Set: rebase/fix comment Created 4 years, 1 month 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/embedded_worker_setup.mojom
diff --git a/content/common/service_worker/embedded_worker_setup.mojom b/content/common/service_worker/embedded_worker_setup.mojom
index f70830ac82c6c9a1320d0a85bde8df586a407410..a31fed5394426c1819f3324dcc3601f2d0b81baf 100644
--- a/content/common/service_worker/embedded_worker_setup.mojom
+++ b/content/common/service_worker/embedded_worker_setup.mojom
@@ -4,11 +4,10 @@
module content.mojom;
+import "content/common/service_worker/service_worker_event_dispatcher.mojom";
import "services/service_manager/public/interfaces/interface_provider.mojom";
interface EmbeddedWorkerSetup {
- ExchangeInterfaceProviders(
- int32 thread_id,
- service_manager.mojom.InterfaceProvider& remote_interfaces,
- service_manager.mojom.InterfaceProvider local_interfaces);
+ AttachServiceWorkerEventDispatcher(
+ int32 thread_id, ServiceWorkerEventDispatcher& request);
};
« no previous file with comments | « content/common/service_worker/embedded_worker.mojom ('k') | content/common/service_worker/embedded_worker_start_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698