aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_browser_tracing_tracing__controller__impl.cc
blob: 6c766bac646dd92f00d36fb33712f0588a32157b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- content/browser/tracing/tracing_controller_impl.cc.orig	2017-04-19 19:06:33 UTC
+++ content/browser/tracing/tracing_controller_impl.cc
@@ -476,7 +476,7 @@ void TracingControllerImpl::AddTraceMess
     return;
   }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // On Linux the browser process dumps process metrics for child process due to
   // sandbox.
   tracing::ProcessMetricsMemoryDumpProvider::RegisterForProcess(
@@ -504,7 +504,7 @@ void TracingControllerImpl::RemoveTraceM
     return;
   }
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   tracing::ProcessMetricsMemoryDumpProvider::UnregisterForProcess(
       trace_message_filter->peer_pid());
 #endif