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

Unified Diff: content/common/service_worker/service_worker_messages.h

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_messages.h
diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
index 7cc0eee78e53b6ab84f15780c829c07858a99941..9c75a89adc69a100d04743a1cef46d63db260c93 100644
--- a/content/common/service_worker/service_worker_messages.h
+++ b/content/common/service_worker/service_worker_messages.h
@@ -251,10 +251,6 @@ IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse,
content::ServiceWorkerResponse,
base::Time /* dispatch_event_time */)
-// Responds to a Ping from the browser.
-// Routed to the target ServiceWorkerVersion.
-IPC_MESSAGE_ROUTED0(ServiceWorkerHostMsg_Pong)
-
// Asks the browser to retrieve client of the sender ServiceWorker.
IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_GetClient,
int /* request_id */,
@@ -490,9 +486,6 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ClaimClientsError,
blink::WebServiceWorkerError::ErrorType /* code */,
base::string16 /* message */)
-// Sent via EmbeddedWorker to Ping the worker, expecting a Pong in response.
-IPC_MESSAGE_CONTROL0(ServiceWorkerMsg_Ping)
-
// Sent via EmbeddedWorker as a response of GetClient.
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_DidGetClient,
int /* request_id */,

Powered by Google App Engine
This is Rietveld 408576698