| Index: content/browser/tracing/tracing_controller_impl.h
|
| diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
|
| index 4b732ece0d3333c8d58b527e9c1a4aa7889363a8..d9503d8acfb4e33dbfcfa99604f7d44f36a3ca2b 100644
|
| --- a/content/browser/tracing/tracing_controller_impl.h
|
| +++ b/content/browser/tracing/tracing_controller_impl.h
|
| @@ -35,6 +35,7 @@ class TracingControllerImpl
|
| const base::trace_event::TraceOptions& trace_options,
|
| const EnableRecordingDoneCallback& callback) override;
|
| bool DisableRecording(const scoped_refptr<TraceDataSink>& sink) override;
|
| + bool IsRecordingEnabled() const;
|
| bool EnableMonitoring(
|
| const base::trace_event::CategoryFilter& category_filter,
|
| const base::trace_event::TraceOptions& trace_options,
|
|
|