| Index: content/browser/tracing/trace_controller_impl.h
|
| diff --git a/content/browser/tracing/trace_controller_impl.h b/content/browser/tracing/trace_controller_impl.h
|
| index f24d283a125972a2b5be848f418a972a929e0d7b..6f2ccb5d481a39790717bdff1e2699a506832729 100644
|
| --- a/content/browser/tracing/trace_controller_impl.h
|
| +++ b/content/browser/tracing/trace_controller_impl.h
|
| @@ -81,6 +81,11 @@ class TraceControllerImpl : public TraceController {
|
| void OnTraceNotification(int notification);
|
| void OnTraceBufferPercentFullReply(float percent_full);
|
|
|
| + // Callback of TraceLog::Flush() for the local trace.
|
| + void OnLocalTraceDataCollected(
|
| + const scoped_refptr<base::RefCountedString>& events_str_ptr,
|
| + bool has_more_events);
|
| +
|
| FilterMap filters_;
|
| TraceSubscriber* subscriber_;
|
| // Pending acks for EndTracingAsync:
|
|
|