| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| index cc6944d8c337078863569f513619ab953be480d5..2b3740e95d43519624087b7686c54101c8823491 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -42,7 +42,7 @@ public:
|
| void disable(ErrorString*) override;
|
|
|
| // Protocol method implementations.
|
| - void start(ErrorString*, const String* categoryFilter, const String*, const double*, const String*, PassRefPtr<StartCallback>) override;
|
| + void start(ErrorString*, const OptionalValue<String>& categories, const OptionalValue<String>& options, const OptionalValue<double>& bufferUsageReportingInterval, const OptionalValue<String>& transferMode, PassRefPtr<StartCallback>) override;
|
| void end(ErrorString*, PassRefPtr<EndCallback>) override;
|
|
|
| // Methods for other agents to use.
|
|
|