| 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 daa00ee3bdad0d8f5b7441c3f005689dbd9f273e..75ab067c745308f57c15778f86ea3c206625d2b7 100644
|
| --- a/components/tracing/child_trace_message_filter.h
|
| +++ b/components/tracing/child_trace_message_filter.h
|
| @@ -39,7 +39,7 @@ class ChildTraceMessageFilter : public IPC::MessageFilter {
|
| const std::string& options);
|
| void OnDisableMonitoring();
|
| void OnCaptureMonitoringSnapshot();
|
| - void OnGetTraceBufferPercentFull();
|
| + void OnGetTraceLogStatus();
|
| void OnSetWatchEvent(const std::string& category_name,
|
| const std::string& event_name);
|
| void OnCancelWatchEvent();
|
|
|