| 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 d2aae3b5257c67c27aaa3a467193065594ae6350..cbd300f38b01297921c961d9f2bd6a2ae01b94d4 100644
|
| --- a/components/tracing/child_trace_message_filter.h
|
| +++ b/components/tracing/child_trace_message_filter.h
|
| @@ -43,7 +43,6 @@
|
| void OnSetWatchEvent(const std::string& category_name,
|
| const std::string& event_name);
|
| void OnCancelWatchEvent();
|
| - void OnWatchEventMatched();
|
|
|
| // Callback from trace subsystem.
|
| void OnTraceDataCollected(
|
| @@ -54,6 +53,8 @@
|
| const scoped_refptr<base::RefCountedString>& events_str_ptr,
|
| bool has_more_events);
|
|
|
| + void OnTraceNotification(int notification);
|
| +
|
| IPC::Channel* channel_;
|
| base::MessageLoopProxy* ipc_message_loop_;
|
|
|
|
|