| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 68a4d2b502e205355cc16e93fa27cfc0eced848e..d82af5c759c02a62f688a2141b59bbbb6f492c01 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -80,6 +80,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| // should be joined in Shutdown().
|
| ~ChildThreadImpl() override;
|
| virtual void Shutdown();
|
| + void ShutdownDiscardableSharedMemoryManager();
|
|
|
| // IPC::Sender implementation:
|
| bool Send(IPC::Message* msg) override;
|
|
|