| Index: content/common/child_trace_message_filter.h
|
| diff --git a/content/common/child_trace_message_filter.h b/content/common/child_trace_message_filter.h
|
| index d913d6a09454adb439bc7dc9ad7aaad1889ae244..946344ae82a4649b0ea07471c0a55ecb0031fc64 100644
|
| --- a/content/common/child_trace_message_filter.h
|
| +++ b/content/common/child_trace_message_filter.h
|
| @@ -30,11 +30,14 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
|
| const std::vector<std::string>& excluded_categories);
|
| void OnEndTracing();
|
| void OnGetTraceBufferPercentFull();
|
| + void OnSetWatchEvent(const std::string& category_name,
|
| + const std::string& event_name);
|
| + void OnCancelWatchEvent();
|
|
|
| // Callback from trace subsystem.
|
| void OnTraceDataCollected(
|
| const scoped_refptr<base::RefCountedString>& events_str_ptr);
|
| - void OnTraceBufferFull();
|
| + void OnTraceNotification(int notification);
|
|
|
| IPC::Channel* channel_;
|
|
|
|
|