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

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

Issue 2682353002: Mojoify the notificationclick and notificationclose events (Closed)
Patch Set: Mojoify the notificationclick and notificationclose events 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 603bc027636f75432c72faf4ce727e1a37558f54..77b4f6c313a772b97ae3ec34086d0d7b84448c60 100644
--- a/content/common/service_worker/service_worker_messages.h
+++ b/content/common/service_worker/service_worker_messages.h
@@ -291,14 +291,6 @@ IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse,
content::ServiceWorkerFetchEventResult,
content::ServiceWorkerResponse,
base::Time /* dispatch_event_time */)
-IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationClickEventFinished,
- int /* request_id */,
- blink::WebServiceWorkerEventResult,
- base::Time /* dispatch_event_time */)
-IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationCloseEventFinished,
- int /* request_id */,
- blink::WebServiceWorkerEventResult,
- base::Time /* dispatch_event_time */)
// Responds to a Ping from the browser.
// Routed to the target ServiceWorkerVersion.
@@ -522,16 +514,6 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent,
int /* request_id */)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent,
int /* request_id */)
-IPC_MESSAGE_CONTROL5(ServiceWorkerMsg_NotificationClickEvent,
- int /* request_id */,
- std::string /* notification_id */,
- content::PlatformNotificationData /* notification_data */,
- int /* action_index */,
- base::NullableString16 /* notification reply */)
-IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent,
- int /* request_id */,
- std::string /* notification_id */,
- content::PlatformNotificationData /* notification_data */)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_DidSkipWaiting,
int /* request_id */)

Powered by Google App Engine
This is Rietveld 408576698