| Index: content/browser/tracing/background_tracing_manager_impl.h
|
| diff --git a/content/browser/tracing/background_tracing_manager_impl.h b/content/browser/tracing/background_tracing_manager_impl.h
|
| index fd1fd00ad9e4fe147d0861e37c1327448ab6b53b..ddca7ba8eec695111c7405e9fcd9217705c7cc49 100644
|
| --- a/content/browser/tracing/background_tracing_manager_impl.h
|
| +++ b/content/browser/tracing/background_tracing_manager_impl.h
|
| @@ -34,7 +34,7 @@ class BackgroundTracingManagerImpl : public content::BackgroundTracingManager {
|
| BackgroundTracingManagerImpl();
|
| ~BackgroundTracingManagerImpl() override;
|
|
|
| - void EnableRecording(base::trace_event::CategoryFilter);
|
| + void EnableRecording(std::string category_filter_str);
|
| void EnableRecordingIfConfigNeedsIt();
|
| void OnFinalizeStarted(scoped_refptr<base::RefCountedString>);
|
| void OnFinalizeComplete();
|
| @@ -46,7 +46,7 @@ class BackgroundTracingManagerImpl : public content::BackgroundTracingManager {
|
| bool IsAbleToTriggerTracing(TriggerHandle handle) const;
|
| bool IsSupportedConfig(BackgroundTracingConfig* config);
|
|
|
| - base::trace_event::CategoryFilter GetCategoryFilterForCategoryPreset(
|
| + std::string GetCategoryFilterStringForCategoryPreset(
|
| BackgroundTracingConfig::CategoryPreset) const;
|
|
|
| class TraceDataEndpointWrapper
|
|
|