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

Unified Diff: mojo/services/tracing/public/cpp/tracing_impl.h

Issue 1725353003: Eliminate mojo::Shell client lib class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@15connector
Patch Set: . Created 4 years, 10 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
Index: mojo/services/tracing/public/cpp/tracing_impl.h
diff --git a/mojo/services/tracing/public/cpp/tracing_impl.h b/mojo/services/tracing/public/cpp/tracing_impl.h
index 42d0a746a04e4d4a1be0dc7bd37dc83671ab6c28..a4e82ab606f77c2d689259bf079075b2936395f6 100644
--- a/mojo/services/tracing/public/cpp/tracing_impl.h
+++ b/mojo/services/tracing/public/cpp/tracing_impl.h
@@ -13,7 +13,7 @@
namespace mojo {
class Connection;
-class Shell;
+class Connector;
// Connects to mojo:tracing during your Application's Initialize() call once
// per process.
@@ -32,7 +32,7 @@ class TracingImpl : public InterfaceFactory<tracing::TraceProvider> {
// This connects to the tracing service and registers ourselves to provide
// tracing data on demand.
- void Initialize(Shell* shell, const std::string& url);
+ void Initialize(Connector* connector, const std::string& url);
private:
// InterfaceFactory<tracing::TraceProvider> implementation.
« no previous file with comments | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/services/tracing/public/cpp/tracing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698