| 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 e4802ba9fff94b73206ec14d2cdd7289c3407e0d..8728a07065685077ce3db95410a17d09cafa5f47 100644
|
| --- a/components/tracing/child_trace_message_filter.h
|
| +++ b/components/tracing/child_trace_message_filter.h
|
| @@ -30,7 +30,8 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
|
| // Message handlers.
|
| void OnBeginTracing(const std::vector<std::string>& included_categories,
|
| const std::vector<std::string>& excluded_categories,
|
| - base::TimeTicks browser_time);
|
| + base::TimeTicks browser_time,
|
| + bool continuous_tracing);
|
| void OnEndTracing();
|
| void OnGetTraceBufferPercentFull();
|
| void OnSetWatchEvent(const std::string& category_name,
|
|
|