Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: ipc/ipc_channel_mojo.cc

Issue 2343033002: IPC: Delete thread-safe send support (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_channel_mojo.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ipc/ipc_channel_mojo.h ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698