diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:22:14 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-17 17:22:14 +0000 |
commit | 5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e (patch) | |
tree | 54d23a3517d1e0bcecd0380de54f039f40209696 /ipc | |
parent | 7e75e4a8d4bc9dda2944cb5381c819c6d0249ec9 (diff) | |
download | chromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.zip chromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.tar.gz chromium_src-5d9bc78fa77fbb892561a3c1acbc030ba0ebc66e.tar.bz2 |
Linux: remove unmaintained SELinux code.
See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/YpU7t2XaGRg/V9-diQZQQDwJ
for discussion.
BUG=none
R=agl@chromium.org, jln@chromium.org
Review URL: https://codereview.chromium.org/14771026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_channel_posix.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc index a945c67..f42ab0e 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; |