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

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

Issue 1954263003: Monet: Roll mojo_sdk to 3762c8c0b74b48b00786a42fca8f7db7f761935f. (Closed) Base URL: https://github.com/domokit/monet.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
« no previous file with comments | « mojo/services/tracing/interfaces/BUILD.gn ('k') | mojo/services/tracing/interfaces/tracing.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698