| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Message definition file, included multiple times, hence no include guard. | 5 // Message definition file, included multiple times, hence no include guard. |
| 6 | 6 |
| 7 #include <stdint.h> | 7 #include <stdint.h> |
| 8 | 8 |
| 9 #include <string> | 9 #include <string> |
| 10 #include <vector> | 10 #include <vector> |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 base::Time /* dispatch_event_time */) | 268 base::Time /* dispatch_event_time */) |
| 269 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_ExtendableMessageEventFinished, | 269 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_ExtendableMessageEventFinished, |
| 270 int /* request_id */, | 270 int /* request_id */, |
| 271 blink::WebServiceWorkerEventResult, | 271 blink::WebServiceWorkerEventResult, |
| 272 base::Time /* dispatch_event_time */) | 272 base::Time /* dispatch_event_time */) |
| 273 IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse, | 273 IPC_MESSAGE_ROUTED4(ServiceWorkerHostMsg_FetchEventResponse, |
| 274 int /* response_id */, | 274 int /* response_id */, |
| 275 content::ServiceWorkerFetchEventResult, | 275 content::ServiceWorkerFetchEventResult, |
| 276 content::ServiceWorkerResponse, | 276 content::ServiceWorkerResponse, |
| 277 base::Time /* dispatch_event_time */) | 277 base::Time /* dispatch_event_time */) |
| 278 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_FetchEventFinished, |
| 279 int /* event_finish_id */, |
| 280 blink::WebServiceWorkerEventResult, |
| 281 base::Time /* dispatch_event_time */) |
| 278 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationClickEventFinished, | 282 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationClickEventFinished, |
| 279 int /* request_id */, | 283 int /* request_id */, |
| 280 blink::WebServiceWorkerEventResult, | 284 blink::WebServiceWorkerEventResult, |
| 281 base::Time /* dispatch_event_time */) | 285 base::Time /* dispatch_event_time */) |
| 282 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationCloseEventFinished, | 286 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_NotificationCloseEventFinished, |
| 283 int /* request_id */, | 287 int /* request_id */, |
| 284 blink::WebServiceWorkerEventResult, | 288 blink::WebServiceWorkerEventResult, |
| 285 base::Time /* dispatch_event_time */) | 289 base::Time /* dispatch_event_time */) |
| 286 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_PushEventFinished, | 290 IPC_MESSAGE_ROUTED3(ServiceWorkerHostMsg_PushEventFinished, |
| 287 int /* request_id */, | 291 int /* request_id */, |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 ServiceWorkerMsg_MessageToDocument_Params) | 484 ServiceWorkerMsg_MessageToDocument_Params) |
| 481 | 485 |
| 482 // Sent via EmbeddedWorker to dispatch events. | 486 // Sent via EmbeddedWorker to dispatch events. |
| 483 IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent, | 487 IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent, |
| 484 int /* request_id */) | 488 int /* request_id */) |
| 485 IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent, | 489 IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_ActivateEvent, |
| 486 int /* request_id */) | 490 int /* request_id */) |
| 487 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_ExtendableMessageEvent, | 491 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_ExtendableMessageEvent, |
| 488 int /* request_id */, | 492 int /* request_id */, |
| 489 ServiceWorkerMsg_ExtendableMessageEvent_Params) | 493 ServiceWorkerMsg_ExtendableMessageEvent_Params) |
| 494 IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_FetchEvent, |
| 495 int /* response_id */, |
| 496 int /* event_finish_id */, |
| 497 content::ServiceWorkerFetchRequest) |
| 490 IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent, | 498 IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent, |
| 491 int /* request_id */, | 499 int /* request_id */, |
| 492 std::string /* notification_id */, | 500 std::string /* notification_id */, |
| 493 content::PlatformNotificationData /* notification_data */, | 501 content::PlatformNotificationData /* notification_data */, |
| 494 int /* action_index */) | 502 int /* action_index */) |
| 495 IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent, | 503 IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent, |
| 496 int /* request_id */, | 504 int /* request_id */, |
| 497 std::string /* notification_id */, | 505 std::string /* notification_id */, |
| 498 content::PlatformNotificationData /* notification_data */) | 506 content::PlatformNotificationData /* notification_data */) |
| 499 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent, | 507 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 | 547 |
| 540 // Sent via EmbeddedWorker as a response of NavigateClient. | 548 // Sent via EmbeddedWorker as a response of NavigateClient. |
| 541 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_NavigateClientResponse, | 549 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_NavigateClientResponse, |
| 542 int /* request_id */, | 550 int /* request_id */, |
| 543 content::ServiceWorkerClientInfo /* client */) | 551 content::ServiceWorkerClientInfo /* client */) |
| 544 | 552 |
| 545 // Sent via EmbeddedWorker as an error response of NavigateClient. | 553 // Sent via EmbeddedWorker as an error response of NavigateClient. |
| 546 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_NavigateClientError, | 554 IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_NavigateClientError, |
| 547 int /* request_id */, | 555 int /* request_id */, |
| 548 GURL /* url */) | 556 GURL /* url */) |
| OLD | NEW |