| Index: content/worker/worker_thread.h
|
| diff --git a/content/worker/worker_thread.h b/content/worker/worker_thread.h
|
| index fe1379b8fb853540b4b0c0bac0c5d97ff084dcd0..7f6b02d60ac8c4ed6460cf711c01186e1539b28a 100644
|
| --- a/content/worker/worker_thread.h
|
| +++ b/content/worker/worker_thread.h
|
| @@ -39,8 +39,10 @@ class WorkerThread : public ChildThread {
|
| private:
|
| virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| void OnCreateWorker(const WorkerProcessMsg_CreateWorker_Params& params);
|
| + void OnShutdown();
|
|
|
| scoped_ptr<WorkerWebKitPlatformSupportImpl> webkit_platform_support_;
|
| scoped_ptr<AppCacheDispatcher> appcache_dispatcher_;
|
|
|