Commit ec37477b authored by Szabolcs David's avatar Szabolcs David
Browse files

Adapt IPC logging to the newer version of Chromium


Now this feature is laying behind a generated buildflag.

Change-Id: I48786315c45df6d2e8a81231ce8941639de16bb1
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 2 additions and 2 deletions
......@@ -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) \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment