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

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

Issue 2307543002: ServiceWorker: Mojofication of EWInstance::StopWorker (Closed)
Patch Set: Rebase 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 00f7558fc09315d57bc71f4c1d7265ba2777d3ef..301fc5f518f17d03c389dba6437a7a4dcb1d85ab 100644
--- a/content/common/service_worker/embedded_worker.mojom
+++ b/content/common/service_worker/embedded_worker.mojom
@@ -12,4 +12,5 @@ struct EmbeddedWorkerStartParams;
interface EmbeddedWorkerInstanceClient {
StartWorker(EmbeddedWorkerStartParams params);
+ StopWorker() => ();
};

Powered by Google App Engine
This is Rietveld 408576698