diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 04:00:08 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 04:00:08 +0000 |
commit | e707d5e60b2191d3ffde90edcbafc01d8d7f7590 (patch) | |
tree | b9d29f7a0667325481e68b00900812ec4c9f68fd /chrome/common/ipc_channel_proxy.cc | |
parent | 84dd17ec3f2b4ccd2bec330596bb1aa912ae78d7 (diff) | |
download | chromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.zip chromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.tar.gz chromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.tar.bz2 |
POSIX: basic IPC logging
For the moment, we enable IPC logging with an environment variable
(CHROME_IPC_LOGGING) and log everything to stderr.
Review URL: http://codereview.chromium.org/20156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9643 0039d316-1c4b-4281-b951-d872f2087c98
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, |