Index: content/child/child_thread_impl.h |
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h |
index 83d07be461b13b679ab3c64eecc82979e5c1c86f..aa23f620dbf2a26467454672a6444230115ccc91 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 |