Index: ipc/ipc_channel_posix.cc |
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
index a945c6724bc65d8d6fb15cb12a4569ca8fffa5db..f42ab0eefd6958a35895e48dc46c708339d03046 100644 |
--- a/ipc/ipc_channel_posix.cc |
+++ b/ipc/ipc_channel_posix.cc |
@@ -841,11 +841,6 @@ bool Channel::ChannelImpl::WillDispatchInputMessage(Message* msg) { |
<< " channel:" << this |
<< " message-type:" << msg->type() |
<< " header()->num_fds:" << header_fds; |
-#if defined(CHROMIUM_SELINUX) |
- LOG(WARNING) << "In the case of SELinux this can be caused when " |
- "using a --user-data-dir to which the default " |
- "policy doesn't give the renderer access to. "; |
-#endif // CHROMIUM_SELINUX |
// Abort the connection. |
ClearInputFDs(); |
return false; |