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

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

Issue 2678733002: [ServiceWorker] Mojofy ActivateEvent of Service Worker (Closed)
Patch Set: Just rebase Created 3 years, 10 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 2fd6140776e5283ec3f885159ca4ead55a16e300..9f5642f34fc771596cb96429824e46c1cf84e6af 100644
--- a/content/common/service_worker/service_worker_messages.h
+++ b/content/common/service_worker/service_worker_messages.h
@@ -282,10 +282,6 @@ IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_InstallEventFinished,
bool /* has_fetch_event_handler */,
base::Time /* dispatch_event_time */)
-IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_ActivateEventFinished,
- int /* request_id */,
- blink::WebServiceWorkerEventResult,
- base::Time /* dispatch_event_time */)
IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse,
int /* fetch_event_id */,
content::ServiceWorkerFetchEventResult,
@@ -522,9 +518,6 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_CountFeature,
// Sent via EmbeddedWorker to dispatch events.
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent,
int /* request_id */)
-IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent,
- 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