| Index: components/tracing/child_trace_message_filter.h
|
| diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
|
| index 8fe301a9f573cd78b25de74fd792d88566584b2c..cbd300f38b01297921c961d9f2bd6a2ae01b94d4 100644
|
| --- a/components/tracing/child_trace_message_filter.h
|
| +++ b/components/tracing/child_trace_message_filter.h
|
| @@ -32,8 +32,7 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
|
| // Message handlers.
|
| void OnBeginTracing(const std::string& category_filter_str,
|
| base::TimeTicks browser_time,
|
| - int options,
|
| - bool tracing_startup);
|
| + int options);
|
| void OnEndTracing();
|
| void OnEnableMonitoring(const std::string& category_filter_str,
|
| base::TimeTicks browser_time,
|
|
|