summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2017-09-27 11:54:40 +0200
committerSzabolcs David <davidsz@inf.u-szeged.hu>2017-09-27 10:30:44 +0000
commitec37477bf8a9f8f2591670f04c9e21c697d7e4e4 (patch)
tree11c3e9f8c0ce2caea65fce6f067c54e08c00a3ef
parent9d962bc9424c71a451d04741619c9597f3da8010 (diff)
Adapt IPC logging to the newer version of Chromium
Now this feature is laying behind a generated buildflag. Change-Id: I48786315c45df6d2e8a81231ce8941639de16bb1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/common/qt_ipc_logging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/common/qt_ipc_logging.cpp b/src/core/common/qt_ipc_logging.cpp
index 124124de1..f2a00b23c 100644
--- a/src/core/common/qt_ipc_logging.cpp
+++ b/src/core/common/qt_ipc_logging.cpp
@@ -37,9 +37,9 @@
**
****************************************************************************/
-#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED
+#include "ipc/ipc_features.h" // Generated buildflag header
-#if defined(IPC_MESSAGE_LOG_ENABLED)
+#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
#define IPC_MESSAGE_MACROS_LOG_ENABLED
#include "content/public/common/content_ipc_logging.h"
#define IPC_LOG_TABLE_ADD_ENTRY(msg_id, logger) \