| Index: content/common/worker_messages.h
|
| ===================================================================
|
| --- content/common/worker_messages.h (revision 238432)
|
| +++ content/common/worker_messages.h (working copy)
|
| @@ -142,6 +142,10 @@
|
| string16 /* database name */,
|
| bool /* result */)
|
|
|
| +// Sent by the worker process to request being killed.
|
| +IPC_SYNC_MESSAGE_CONTROL0_0(WorkerProcessHostMsg_ForceKillWorker);
|
| +
|
| +
|
| //-----------------------------------------------------------------------------
|
| // Worker messages
|
| // These are messages sent from the renderer process to the worker process.
|
|
|