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

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

Issue 2746783002: [ServiceWorker] Mojofy InstallEvent of Service Worker (Closed)
Patch Set: Rebase and address falken, leon and mek's comments 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 9c75a89adc69a100d04743a1cef46d63db260c93..49fc85c2bfa329ed571713f2403210be20a5d31d 100644
--- a/content/common/service_worker/service_worker_messages.h
+++ b/content/common/service_worker/service_worker_messages.h
@@ -237,14 +237,6 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_DecrementRegistrationRefCount,
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_TerminateWorker,
int /* handle_id */)
-// Informs the browser that event handling has finished.
-// Routed to the target ServiceWorkerVersion.
-IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_InstallEventFinished,
- int /* request_id */,
- blink::WebServiceWorkerEventResult,
- bool /* has_fetch_event_handler */,
- base::Time /* dispatch_event_time */)
-
IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse,
int /* fetch_event_id */,
content::ServiceWorkerFetchEventResult,
@@ -475,8 +467,6 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_CountFeature,
uint32_t /* feature */)
// Sent via EmbeddedWorker to dispatch events.
-IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent,
- int /* request_id */)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_DidSkipWaiting,
int /* request_id */)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_DidClaimClients,

Powered by Google App Engine
This is Rietveld 408576698