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

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

Issue 2763453002: [ServiceWorker] Convert ping-pong IPC into mojo interface ServiceWorkerEventDispatcher (Closed)
Patch Set: Created 3 years, 9 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/service_worker_event_dispatcher.mojom
diff --git a/content/common/service_worker/service_worker_event_dispatcher.mojom b/content/common/service_worker/service_worker_event_dispatcher.mojom
index e47c085b9d9a8c9588cff6af96e73398ec7e75e2..d974106b7845bd332bcad659f35fb27eb618a6cb 100644
--- a/content/common/service_worker/service_worker_event_dispatcher.mojom
+++ b/content/common/service_worker/service_worker_event_dispatcher.mojom
@@ -73,4 +73,5 @@ interface ServiceWorkerEventDispatcher {
DispatchExtendableMessageEvent(ExtendableMessageEvent event)
=> (blink.mojom.ServiceWorkerEventStatus status,
mojo.common.mojom.Time dispatch_event_time);
+ Ping() => ();
falken 2017/03/21 06:54:04 Ping() doesn't really belong here, because it's no
shimazu 2017/03/21 07:59:27 My understanding is that Ping() is a method for pi
falken 2017/03/21 14:00:45 Hm, I think of Ping() as pinging the service worke
shimazu 2017/03/22 01:32:29 I totally agree with that. ServiceWorkerEventDispt
falken 2017/03/22 02:15:56 OK, if it's the only exception I think we don't ne
};

Powered by Google App Engine
This is Rietveld 408576698