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

Side by Side Diff: mojo/services/tracing/interfaces/trace_provider_registry.mojom

Issue 1932843002: Add TraceProviderRegistry and implementation in tracing service/application. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file contains the top-level interface (provided by the tracing
6 // application's ServiceProvider) used by things that want to register
7 // themselves to participate in tracing.
8
9 [DartPackage="mojo_services"]
10 module tracing;
11
12 import "tracing/interfaces/tracing.mojom";
13
14 [ServiceName="tracing.TraceProviderRegistry"]
15 interface TraceProviderRegistry {
16 RegisterTraceProvider(TraceProvider trace_provider);
17 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698