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

Unified Diff: content/common/service_worker/embedded_worker.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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/service_worker/embedded_worker_setup.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/embedded_worker.mojom
diff --git a/content/common/service_worker/embedded_worker.mojom b/content/common/service_worker/embedded_worker.mojom
index e9d01b25ce2c53f4decd84e9c0a606bea579ccad..a0c254dbfdd1b54e44c101af89d5ff7e5034b8ba 100644
--- a/content/common/service_worker/embedded_worker.mojom
+++ b/content/common/service_worker/embedded_worker.mojom
@@ -4,6 +4,7 @@
module content.mojom;
+import "content/common/service_worker/service_worker_event_dispatcher.mojom";
import "services/service_manager/public/interfaces/interface_provider.mojom";
import "url/mojo/url.mojom";
@@ -13,7 +14,6 @@ struct EmbeddedWorkerStartParams;
// Interface to control a renderer-side worker's environment.
interface EmbeddedWorkerInstanceClient {
StartWorker(EmbeddedWorkerStartParams params,
- service_manager.mojom.InterfaceProvider browser_interfaces,
- service_manager.mojom.InterfaceProvider& renderer_request);
+ ServiceWorkerEventDispatcher& dispatcher_request);
StopWorker() => ();
};
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/service_worker/embedded_worker_setup.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698