Index: content/child/child_thread_impl.h |
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h |
index 4e4270d7df2894933a5fdaa4989fb06148fd96f0..df1d34e943c1fb3f58248f3782be3164cb65f056 100644 |
--- a/content/child/child_thread_impl.h |
+++ b/content/child/child_thread_impl.h |
@@ -232,12 +232,10 @@ class CONTENT_EXPORT ChildThreadImpl |
void OnGetChildProfilerData(int sequence_number, int current_profiling_phase); |
void OnProfilingPhaseCompleted(int profiling_phase); |
void OnBindExternalMojoShellHandle(const IPC::PlatformFileForTransit& file); |
+ void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file); |
#ifdef IPC_MESSAGE_LOG_ENABLED |
void OnSetIPCLoggingEnabled(bool enable); |
#endif |
-#if defined(OS_WIN) |
- void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file); |
-#endif |
void EnsureConnected(); |