summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r--chrome/common/child_process_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h
index bcc5ecd..4c4343c 100644
--- a/chrome/common/child_process_logging.h
+++ b/chrome/common/child_process_logging.h
@@ -14,7 +14,7 @@
class GPUInfo;
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_MACOSX)
// The maximum number of active extensions we will report.
// Also used in chrome/app, but we define it here to avoid a common->app
// dependency.