| Index: ipc/ipc_channel_mojo.cc
|
| diff --git a/ipc/ipc_channel_mojo.cc b/ipc/ipc_channel_mojo.cc
|
| index 300d38ec83f955e5864469a5887fc4dadb1b3b27..0f12dd8cf0dfa0bf7de668cbc975e50cef79b9ba 100644
|
| --- a/ipc/ipc_channel_mojo.cc
|
| +++ b/ipc/ipc_channel_mojo.cc
|
| @@ -370,10 +370,6 @@ bool ChannelMojo::Send(Message* message) {
|
| return message_reader_->Send(std::move(scoped_message));
|
| }
|
|
|
| -bool ChannelMojo::IsSendThreadSafe() const {
|
| - return false;
|
| -}
|
| -
|
| base::ProcessId ChannelMojo::GetPeerPID() const {
|
| if (!message_reader_)
|
| return base::kNullProcessId;
|
|
|