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

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

Issue 2313653002: ServiceWorker: Exchange InterfaceProviders when starting worker thread (Closed)
Patch Set: Indent Created 4 years, 3 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/embedded_worker.mojom
diff --git a/content/common/service_worker/embedded_worker.mojom b/content/common/service_worker/embedded_worker.mojom
index c3e3dfe4d9a12d806a7ff01053448983592712f7..c751ee442d5ca64d346746d1f7fee800b7f07109 100644
--- a/content/common/service_worker/embedded_worker.mojom
+++ b/content/common/service_worker/embedded_worker.mojom
@@ -26,6 +26,12 @@ struct EmbeddedWorkerStartWorkerParams {
};
interface EmbeddedWorkerInstanceClient {
- StartWorker(EmbeddedWorkerStartWorkerParams params);
+ StartWorker(EmbeddedWorkerStartWorkerParams params,
+ shell.mojom.InterfaceProvider browser_interface);
StopWorker() => ();
};
+
+interface EmbeddedWorkerInstance {
+ AttachClientInterfaceProvider(
nhiroki 2016/09/06 01:38:05 AttachClientInterface*To*Provider ?
shimazu 2016/09/21 07:00:51 Sorry, this might be confuising. This means 'Attac
+ shell.mojom.InterfaceProvider client_interfaces);
+};

Powered by Google App Engine
This is Rietveld 408576698