Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: branches/1650/src/content/worker/worker_thread.h

Issue 103243002: Revert 238433 "Merge 233099 "Kill worker process by way of a syn..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « branches/1650/src/content/common/worker_messages.h ('k') | branches/1650/src/content/worker/worker_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698