| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 11c96112c569df28e1f4917d087b6df7be081a07..6dc6426345c79ada97f520f5331d57adb3c54a4c 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -82,6 +82,8 @@ class CONTENT_EXPORT ChildThreadImpl
|
| // should be joined in Shutdown().
|
| ~ChildThreadImpl() override;
|
| virtual void Shutdown();
|
| + // Returns true if the thread should be destroyed.
|
| + virtual bool ShouldBeDestroyed();
|
|
|
| // IPC::Sender implementation:
|
| bool Send(IPC::Message* msg) override;
|
|
|