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

Unified Diff: content/child/child_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/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index b2095abf5014e749abec50e1942e9ee70d2bdfb7..96f9b59b3028f5ddc86e2bd05924795e5753bad5 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -133,7 +133,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
friend class ChildProcess;
// Called when the process refcount is 0.
- void OnProcessFinalRelease();
+ virtual void OnProcessFinalRelease();
virtual bool OnControlMessageReceived(const IPC::Message& msg);

Powered by Google App Engine
This is Rietveld 408576698