| Index: ipc/ipc_channel_posix.h
|
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
|
| index b213fe0c6013f4aceaf0eef33c825f5071091cdf..8760135209ee7a0a27dbb098a2b6c6bd7cc49a31 100644
|
| --- a/ipc/ipc_channel_posix.h
|
| +++ b/ipc/ipc_channel_posix.h
|
| @@ -84,6 +84,7 @@ class IPC_EXPORT ChannelPosix : public Channel,
|
| 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
|
|
|