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

Unified Diff: content/public/browser/browser_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/common/content_ipc_logging.cc ('k') | content/public/common/content_ipc_logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_ipc_logging.h
diff --git a/content/public/browser/browser_ipc_logging.h b/content/public/browser/browser_ipc_logging.h
index f05af129f6b115084ef89c82e304e6a8022bf132..bcbd0b171ad2c38252c3728ff03b5c8f6d861676 100644
--- a/content/public/browser/browser_ipc_logging.h
+++ b/content/public/browser/browser_ipc_logging.h
@@ -6,11 +6,11 @@
#define CONTENT_PUBLIC_BROWSER_BROWSER_IPC_LOGGING_H_
#include "content/common/content_export.h"
-#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
+#include "ipc/ipc_features.h"
namespace content {
-#if defined(IPC_MESSAGE_LOG_ENABLED)
+#if BUILDFLAG(IPC_MESSAGE_LOG_ENABLED)
// Enable or disable IPC logging for the browser, all processes
// derived from ChildProcess (plugin etc), and all
« no previous file with comments | « content/common/content_ipc_logging.cc ('k') | content/public/common/content_ipc_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698