| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index eb90f703da1de3a2675563723eaeaed6688d74fa..9d9f95d0cad40f81597a7610dbf4550b556c91eb 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -235,6 +235,9 @@ class CONTENT_EXPORT ChildThreadImpl
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
| void OnSetIPCLoggingEnabled(bool enable);
|
| #endif
|
| +#if defined(OS_WIN)
|
| + void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file);
|
| +#endif
|
| #if defined(USE_TCMALLOC)
|
| void OnGetTcmallocStats();
|
| #endif
|
|
|