| Index: content/common/mojo/mojo_messages.h
|
| diff --git a/content/common/mojo/mojo_messages.h b/content/common/mojo/mojo_messages.h
|
| index 4ed553641ee94101a24fe2b452dba7aac1601ffb..1232902be37c8f1fe0eedca64405758ed5eff861 100644
|
| --- a/content/common/mojo/mojo_messages.h
|
| +++ b/content/common/mojo/mojo_messages.h
|
| @@ -20,8 +20,3 @@
|
| // Mojo IPC is bootstrapped over Chrome IPC via this message.
|
| IPC_MESSAGE_CONTROL1(MojoMsg_Activate,
|
| IPC::PlatformFileForTransit /* handle */)
|
| -
|
| -// Mojo IPC to an external shell is bootstrapped over Chrome IPC via this
|
| -// message.
|
| -IPC_MESSAGE_CONTROL1(MojoMsg_BindExternalMojoShellHandle,
|
| - IPC::PlatformFileForTransit /* handle */)
|
|
|