| Index: trunk/src/components/tracing/child_trace_message_filter.cc
|
| ===================================================================
|
| --- trunk/src/components/tracing/child_trace_message_filter.cc (revision 242678)
|
| +++ trunk/src/components/tracing/child_trace_message_filter.cc (working copy)
|
| @@ -61,7 +61,6 @@
|
|
|
| TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(category_filter_str),
|
| - base::debug::TraceLog::RECORDING_MODE,
|
| static_cast<base::debug::TraceLog::Options>(options));
|
| }
|
|
|
| @@ -82,7 +81,6 @@
|
| int options) {
|
| TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(category_filter_str),
|
| - base::debug::TraceLog::MONITORING_MODE,
|
| static_cast<base::debug::TraceLog::Options>(options));
|
| }
|
|
|
|
|