Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index 44fa42b815fb96f78cb027ceb638d0e3bb5e277d..adb3d674ea3b82d8157ab615830a0b57baa053e6 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -341,6 +341,10 @@ void ChannelProxy::Context::Send(Message* message) { |
base::Passed(scoped_ptr<Message>(message)))); |
} |
+bool ChannelProxy::Context::IsChannelSendThreadSafe() const { |
+ return channel_send_thread_safe_; |
+} |
+ |
//----------------------------------------------------------------------------- |
// static |