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

Unified Diff: services/tracing/tracing_app.h

Issue 1980763002: ApplicationConnection devolution, part 2.3. (Closed) Base URL: https://github.com/domokit/mojo.git@work794_app_conn_devo_2.2
Patch Set: Created 4 years, 7 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/test_service/test_service_application.cc ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing_app.h
diff --git a/services/tracing/tracing_app.h b/services/tracing/tracing_app.h
index 24395e04b4c5d3f2ab393079bd7b74b367491cbb..70c010e0b238218cbd443be356da8996889329d0 100644
--- a/services/tracing/tracing_app.h
+++ b/services/tracing/tracing_app.h
@@ -21,8 +21,6 @@
namespace tracing {
class TracingApp : public mojo::ApplicationDelegate,
- public mojo::InterfaceFactory<TraceCollector>,
- public mojo::InterfaceFactory<TraceProviderRegistry>,
public TraceCollector,
public TraceProviderRegistry {
public:
@@ -34,14 +32,6 @@ class TracingApp : public mojo::ApplicationDelegate,
bool ConfigureIncomingConnection(
mojo::ApplicationConnection* connection) override;
- // mojo::InterfaceFactory<TraceCollector> implementation.
- void Create(const mojo::ConnectionContext& connection_context,
- mojo::InterfaceRequest<TraceCollector> request) override;
-
- // mojo::InterfaceFactory<TraceProviderRegistry> implementation.
- void Create(const mojo::ConnectionContext& connection_context,
- mojo::InterfaceRequest<TraceProviderRegistry> request) override;
-
// TraceCollector implementation.
void Start(mojo::ScopedDataPipeProducerHandle stream,
const mojo::String& categories) override;
« no previous file with comments | « services/test_service/test_service_application.cc ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698