| Index: services/tracing/public/cpp/provider.h
|
| diff --git a/services/tracing/public/cpp/provider.h b/services/tracing/public/cpp/provider.h
|
| index 4b305d4aa5f26c87183e0d64758a7203db25ef76..761efec36efcfaf5cfbbf07aa724c116b3326a0f 100644
|
| --- a/services/tracing/public/cpp/provider.h
|
| +++ b/services/tracing/public/cpp/provider.h
|
| @@ -24,12 +24,15 @@ class Provider : public mojom::Provider {
|
| Provider();
|
| ~Provider() override;
|
|
|
| + void InitializeWithFactory(mojom::FactoryPtr* factory);
|
| void Initialize(service_manager::Connector* connector,
|
| const std::string& url);
|
|
|
| void Bind(mojom::ProviderRequest request);
|
|
|
| private:
|
| + void InitializeWithFactoryInternal(mojom::FactoryPtr* factory);
|
| +
|
| // mojom::Provider implementation:
|
| void StartTracing(const std::string& categories,
|
| mojom::RecorderPtr recorder) override;
|
|
|