Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: services/tracing/public/cpp/provider.h

Issue 2427013002: Make tracing work in service manager (Closed)
Patch Set: Rename InitializeWithFactoryLocked to InitializeWithFactoryInternal Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/service_manager/standalone/tracer.cc ('k') | services/tracing/public/cpp/provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « services/service_manager/standalone/tracer.cc ('k') | services/tracing/public/cpp/provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698