| Index: ipc/ipc_channel_mojo.h
|
| diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h
|
| index 8dbc23e3125008bdbce172be70d7fd9a2d46b3c2..9e01e8e18f10edf98de95f015ebae0d173eb61db 100644
|
| --- a/ipc/ipc_channel_mojo.h
|
| +++ b/ipc/ipc_channel_mojo.h
|
| @@ -73,7 +73,6 @@ class IPC_EXPORT ChannelMojo
|
| void Flush() override;
|
| void Close() override;
|
| bool Send(Message* message) override;
|
| - bool IsSendThreadSafe() const override;
|
| base::ProcessId GetPeerPID() const override;
|
| base::ProcessId GetSelfPID() const override;
|
| Channel::AssociatedInterfaceSupport* GetAssociatedInterfaceSupport() override;
|
|
|