diff options
Diffstat (limited to 'chrome/common/ipc_message.h')
-rw-r--r-- | chrome/common/ipc_message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/ipc_message.h b/chrome/common/ipc_message.h index 8163d4f..040a346 100644 --- a/chrome/common/ipc_message.h +++ b/chrome/common/ipc_message.h @@ -11,9 +11,12 @@ #include "base/pickle.h" #include "testing/gtest/include/gtest/gtest_prod.h" +#if defined(OS_WIN) +// TODO(port): IPC message logging hasn't been ported to other platforms yet. #ifndef NDEBUG #define IPC_MESSAGE_LOG_ENABLED #endif +#endif namespace IPC { |