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

Unified Diff: services/service_manager/standalone/tracer.cc

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.h ('k') | services/tracing/public/cpp/provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/tracer.cc
diff --git a/services/service_manager/standalone/tracer.cc b/services/service_manager/standalone/tracer.cc
index 0fa74a33fba5cfee5f4850ffdac0817ccf915109..20fd888e4b45e375d4865c753528cb085bcb6194 100644
--- a/services/service_manager/standalone/tracer.cc
+++ b/services/service_manager/standalone/tracer.cc
@@ -64,10 +64,6 @@ void Tracer::StopAndFlushToFile() {
StopTracingAndFlushToDisk();
}
-void Tracer::ConnectToProvider(tracing::mojom::ProviderRequest request) {
- provider_.Bind(std::move(request));
-}
-
void Tracer::StopTracingAndFlushToDisk() {
tracing_ = false;
trace_file_ = fopen(trace_filename_.c_str(), "w+");
« no previous file with comments | « services/service_manager/standalone/tracer.h ('k') | services/tracing/public/cpp/provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698