Index: ipc/ipc_channel_common.cc |
diff --git a/ipc/ipc_channel_common.cc b/ipc/ipc_channel_common.cc |
index d7347cc7a1b7611d940f7170ddbb83d217fc322e..23b85e2834d2c2fe16ba712dc817e4acc9a5e30a 100644 |
--- a/ipc/ipc_channel_common.cc |
+++ b/ipc/ipc_channel_common.cc |
@@ -43,5 +43,9 @@ scoped_ptr<Channel> Channel::CreateServer( |
Channel::~Channel() { |
} |
+bool Channel::IsSendThreadSafe() const { |
+ return false; |
+} |
+ |
} // namespace IPC |