| Index: components/tracing/child_trace_message_filter.cc
|
| diff --git a/components/tracing/child_trace_message_filter.cc b/components/tracing/child_trace_message_filter.cc
|
| index d3875c7fa04a7bfa4a921c71164ef5d398194211..847ff9aced44ea20df89f936b4883ac039e44aef 100644
|
| --- a/components/tracing/child_trace_message_filter.cc
|
| +++ b/components/tracing/child_trace_message_filter.cc
|
| @@ -61,6 +61,7 @@ void ChildTraceMessageFilter::OnBeginTracing(
|
|
|
| TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(category_filter_str),
|
| + base::debug::TraceLog::RECORDING_MODE,
|
| static_cast<base::debug::TraceLog::Options>(options));
|
| }
|
|
|
| @@ -81,6 +82,7 @@ void ChildTraceMessageFilter::OnEnableMonitoring(
|
| int options) {
|
| TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(category_filter_str),
|
| + base::debug::TraceLog::MONITORING_MODE,
|
| static_cast<base::debug::TraceLog::Options>(options));
|
| }
|
|
|
|
|