| Index: branches/1650/src/content/worker/worker_thread.h
|
| ===================================================================
|
| --- branches/1650/src/content/worker/worker_thread.h (revision 238482)
|
| +++ branches/1650/src/content/worker/worker_thread.h (working copy)
|
| @@ -39,10 +39,8 @@
|
| 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_;
|
|
|