| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index bcc499810fb4d3047a1dab761d80f51a50b11e14..cb29d93d0e7c6f84f5da3dfeeec573faef251303 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -245,16 +245,6 @@ class IPC_EXPORT Channel : public Sender {
|
| static std::string GenerateUniqueRandomChannelID();
|
| #endif
|
|
|
| - // Deprecated: Create a mojo::MessagePipe directly and release() its handles
|
| - // instead.
|
| - //
|
| - // Generates a pair of channel handles that can be used as the client and
|
| - // server ends of a ChannelMojo. |name_postfix| is ignored.
|
| - static void GenerateMojoChannelHandlePair(
|
| - const std::string& name_postfix,
|
| - IPC::ChannelHandle* handle0,
|
| - IPC::ChannelHandle* handle1);
|
| -
|
| #if defined(OS_LINUX)
|
| // Sandboxed processes live in a PID namespace, so when sending the IPC hello
|
| // message from client to server we need to send the PID from the global
|
|
|