| Index: ipc/ipc_channel_mojo.h
|
| diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h
|
| index 9e01e8e18f10edf98de95f015ebae0d173eb61db..5a85d5b88f78f787bfead90fdd5c092d37ad03f2 100644
|
| --- a/ipc/ipc_channel_mojo.h
|
| +++ b/ipc/ipc_channel_mojo.h
|
| @@ -76,6 +76,7 @@ class IPC_EXPORT ChannelMojo
|
| base::ProcessId GetPeerPID() const override;
|
| base::ProcessId GetSelfPID() const override;
|
| Channel::AssociatedInterfaceSupport* GetAssociatedInterfaceSupport() override;
|
| + void SendEventToSignal(mojo::common::mojom::EventPtr event) override;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
| int GetClientFileDescriptor() const override;
|
|
|