| 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..5e8b7ef30972ed529c7e25e5b9923a27fb70c94f 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -82,6 +82,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| // should be joined in Shutdown().
|
| ~ChildThreadImpl() override;
|
| virtual void Shutdown();
|
| + virtual bool IsRenderThread();
|
|
|
| // IPC::Sender implementation:
|
| bool Send(IPC::Message* msg) override;
|
|
|