| Index: chrome/common/worker_messages_internal.h
|
| diff --git a/chrome/common/worker_messages_internal.h b/chrome/common/worker_messages_internal.h
|
| index 9b1cac2a75c259f7f51ca49abc9adb0f19a6de96..6ed4d09c49270e8da0f168e67229959760d05b9b 100644
|
| --- a/chrome/common/worker_messages_internal.h
|
| +++ b/chrome/common/worker_messages_internal.h
|
| @@ -94,6 +94,10 @@ IPC_BEGIN_MESSAGES(Worker)
|
| std::vector<int> /* sent_message_port_ids */,
|
| std::vector<int> /* new_routing_ids */)
|
|
|
| + IPC_MESSAGE_ROUTED2(WorkerMsg_Connect,
|
| + int /* sent_message_port_id */,
|
| + int /* routing_id */)
|
| +
|
| IPC_MESSAGE_ROUTED0(WorkerMsg_WorkerObjectDestroyed)
|
| IPC_END_MESSAGES(Worker)
|
|
|
|
|