Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index fd5fac49351ed1859d8b71c9bc3229b4df0a6d70..3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -118,10 +118,6 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData, |
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded, |
bool /* background */) |
-// Sends a pipe used by the child process to broker passing of Mojo handles. |
-IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetMojoParentPipeHandle, |
- IPC::PlatformFileForTransit /* handle */) |
- |
//////////////////////////////////////////////////////////////////////////////// |
// Messages sent from the child process to the browser. |