summaryrefslogtreecommitdiff
path: root/chromium/content/browser/tracing/trace_controller_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/tracing/trace_controller_impl.h')
-rw-r--r--chromium/content/browser/tracing/trace_controller_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/content/browser/tracing/trace_controller_impl.h b/chromium/content/browser/tracing/trace_controller_impl.h
index f24d283a125..6f2ccb5d481 100644
--- a/chromium/content/browser/tracing/trace_controller_impl.h
+++ b/chromium/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: