| Index: chrome/common/worker_messages_internal.h
|
| diff --git a/chrome/common/worker_messages_internal.h b/chrome/common/worker_messages_internal.h
|
| index 04c983c24bed891757fef30ebf8a47cbf14c290f..be0f27115faa65aef705839bf911737ab612d25b 100644
|
| --- a/chrome/common/worker_messages_internal.h
|
| +++ b/chrome/common/worker_messages_internal.h
|
| @@ -123,5 +123,7 @@ IPC_BEGIN_MESSAGES(WorkerHost)
|
| IPC_MESSAGE_ROUTED1(WorkerHostMsg_ReportPendingActivity,
|
| bool /* bool has_pending_activity */)
|
|
|
| + IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextClosed,
|
| + int /* worker_route_id */)
|
| IPC_MESSAGE_ROUTED0(WorkerHostMsg_WorkerContextDestroyed)
|
| IPC_END_MESSAGES(WorkerHost)
|
|
|