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

Unified Diff: ipc/ipc_channel_posix.cc

Issue 14771026: Linux: remove unmaintained SELinux code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « content/zygote/zygote_main_linux.cc ('k') | sandbox/linux/selinux/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | sandbox/linux/selinux/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698