diff options
Diffstat (limited to 'chrome/common/ipc_channel_proxy.cc')
-rw-r--r-- | chrome/common/ipc_channel_proxy.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/ipc_channel_proxy.cc b/chrome/common/ipc_channel_proxy.cc index 11fdb9b..6173135 100644 --- a/chrome/common/ipc_channel_proxy.cc +++ b/chrome/common/ipc_channel_proxy.cc @@ -5,19 +5,11 @@ #include "base/message_loop.h" #include "base/thread.h" #include "chrome/common/ipc_channel_proxy.h" -#if defined(OS_WIN) -// TODO(playmobil): remove ifdef once ObjectWatcher is ported #include "chrome/common/ipc_logging.h" -#endif #include "chrome/common/ipc_message_utils.h" namespace IPC { -#if defined(OS_POSIX) -// TODO(playmobil): remove once ObjectWatcher is ported -#undef IPC_MESSAGE_LOG_ENABLED -#endif - //----------------------------------------------------------------------------- ChannelProxy::Context::Context(Channel::Listener* listener, |