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

Unified Diff: content/worker/worker_thread.h

Issue 23496052: Kill worker process by way of a sync IPC message before it cleans up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused header Created 7 years, 3 months 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: 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);

Powered by Google App Engine
This is Rietveld 408576698