| Index: ipc/ipc_channel_posix.h
|
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
|
| index 8760135209ee7a0a27dbb098a2b6c6bd7cc49a31..b213fe0c6013f4aceaf0eef33c825f5071091cdf 100644
|
| --- a/ipc/ipc_channel_posix.h
|
| +++ b/ipc/ipc_channel_posix.h
|
| @@ -84,7 +84,6 @@
|
| bool DidEmptyInputBuffers() override;
|
| void HandleInternalMessage(const Message& msg) override;
|
| base::ProcessId GetSenderPID() override;
|
| - bool IsAttachmentBrokerEndpoint() override;
|
|
|
| // Finds the set of file descriptors in the given message. On success,
|
| // appends the descriptors to the input_fds_ member and returns true
|
|
|