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

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

Issue 2307543002: ServiceWorker: Mojofication of EWInstance::StopWorker (Closed)
Patch Set: Added a check of the status when detached Created 4 years, 2 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 d15d62bb2371ebae30cf4f56ea2122759ffa5308..a839a3390f56f96161e3352b15a2c02f7b5dfadf 100644
--- a/content/common/service_worker/embedded_worker.mojom
+++ b/content/common/service_worker/embedded_worker.mojom
@@ -13,4 +13,5 @@ struct EmbeddedWorkerStartParams;
// Interface to control a renderer-side worker's environment.
interface EmbeddedWorkerInstanceClient {
StartWorker(EmbeddedWorkerStartParams params);
+ StopWorker() => ();
};

Powered by Google App Engine
This is Rietveld 408576698