Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: content/public/common/content_ipc_logging.h

Issue 2847003005: Reland "Add enable_ipc_logging build argument" (Closed)
Patch Set: Reland "Add enable_ipc_logging build argument" Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/browser_ipc_logging.h ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_ipc_logging.h
diff --git a/content/public/common/content_ipc_logging.h b/content/public/common/content_ipc_logging.h
index 4508428a8b390175c392a19f73bc837d51180037..e92d672ad734e723f2a0f4bbb699ae143070364f 100644
--- a/content/public/common/content_ipc_logging.h
+++ b/content/public/common/content_ipc_logging.h
@@ -5,8 +5,6 @@
#ifndef CONTENT_PUBLIC_COMMON_CONTENT_IPC_LOGGING_H_
#define CONTENT_PUBLIC_COMMON_CONTENT_IPC_LOGGING_H_
-#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
-
#include <stdint.h>
#include "content/common/content_export.h"
@@ -14,7 +12,7 @@
namespace content {
-#if defined(IPC_MESSAGE_LOG_ENABLED)
+#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
// Register a logger for the given IPC message. Use
//
« no previous file with comments | « content/public/browser/browser_ipc_logging.h ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698