| Index: content/browser/worker_host/worker_process_host.h
|
| diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h
|
| index 7bc6884e64a3a7ce0724ca723fe56df19b8d7695..0a9ea6005b04835649a6103a9271fdc91741277c 100644
|
| --- a/content/browser/worker_host/worker_process_host.h
|
| +++ b/content/browser/worker_host/worker_process_host.h
|
| @@ -207,6 +207,7 @@ class WorkerProcessHost : public BrowserChildProcessHostDelegate,
|
| const GURL& url,
|
| const string16& name,
|
| bool* result);
|
| + void OnForceKillWorkerProcess();
|
|
|
| // Relays a message to the given endpoint. Takes care of parsing the message
|
| // if it contains a message port and sending it a valid route id.
|
|
|