| Index: content/worker/worker_thread.h
|
| diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h
|
| index fe1379b8fb853540b4b0c0bac0c5d97ff084dcd0..4969b07e94e9d2e6f2e58349c386a7ba426455ca 100644
|
| --- a/content/worker/worker_thread.h
|
| +++ b/content/worker/worker_thread.h
|
| @@ -39,6 +39,7 @@ class WorkerThread : public ChildThread {
|
| private:
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
| + virtual void OnProcessFinalRelease() OVERRIDE;
|
|
|
| void OnCreateWorker(const WorkerProcessMsg_CreateWorker_Params& params);
|
|
|
|
|