| Index: content/common/worker_messages.h
|
| diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h
|
| index e49ce80e525f1fe5fedcadb7d1d58df943155094..8edd0fa75e1b34096112bede48c7d5eb00be7009 100644
|
| --- a/content/common/worker_messages.h
|
| +++ b/content/common/worker_messages.h
|
| @@ -89,6 +89,10 @@ IPC_MESSAGE_ROUTED0(WorkerMsg_WorkerObjectDestroyed)
|
| // WorkerHost messages
|
| // These are messages sent from the worker (renderer process) to the worker
|
| // host (browser process).
|
| +IPC_MESSAGE_CONTROL2(WorkerHostMsg_CountFeature,
|
| + int /* worker_route_id */,
|
| + uint32_t /* feature */)
|
| +
|
| IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextClosed,
|
| int /* worker_route_id */)
|
|
|
|
|