| 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);
|
|
|
|
|