Chromium Code Reviews| 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 f645c5699fba27014721c54c8f4141a737b0fe27..f66a38a12336a0a351c07bcda835211b0f2d8f87 100644 |
| --- a/content/common/service_worker/service_worker_messages.h |
| +++ b/content/common/service_worker/service_worker_messages.h |
| @@ -243,6 +243,8 @@ IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_CacheClosed, |
| IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_BlobDataHandled, |
| std::string /* uuid */) |
| +IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_TerminateWorker, int /* handle_id */) |
|
nhiroki
2014/11/21 02:18:51
nit: How about moving this to line 162 to group me
Marijn Kruisselbrink
2014/11/21 18:41:22
Done.
|
| + |
| //--------------------------------------------------------------------------- |
| // Messages sent from the browser to the child process. |
| // |